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