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