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