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