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