blob: 0b1df91c7d409c4a6a4f8651493cc0953941a95e [file] [log] [blame]
public class ResolveLocalMethodDeclaration {
void bar() {
class Y {
void foo(int i) {
}
void foo(String s) {
}
}
}
}