blob: 309c56e928df2aefdcaadb8aa191140a057a87e9 [file] [log] [blame]
package test0480;
public class A {
void test() throws CloneNotSupportedException {
Runnable runnable = new Runnable() {
public void run() {
System.out.println();
}
};
}
}