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