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