blob: 28ab4cce139fb953dee39641f5aa4135161a468a [file] [log] [blame]
//package test0254;
//import java.util.*;
//public class Test {
//
// class C {
// }
//
// Object foo() {
// return new Test().new C();
// }
//}