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