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