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