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