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