blob: 6d4238eceba7b3c3601f3f177065f943f93e0d25 [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();
}
};
}
}
}