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