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