blob: dffb734da58ebe21ad33be7da13e6319a8176ef5 [file] [log] [blame]
package test0483;
public class A {
/**
*
*
*/
public A() {
Runnable runnable = new Runnable() {
public void run() {
System.out.println();
}
};
} // comment
}