blob: fd6d4c59652c2e852990afb89c40c6f5dcbeb613 [file] [log] [blame]
=== T.java ===
class T {
Object f() {
class Local {
}
return new Local();
}
}