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