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