blob: f97e57e438833294d7831a1b28c1b0b4c0ea2ef4 [file] [log] [blame]
class A{
class B{
int fooo(){
}
}
int fooo(){
B b = null;
return b.fo<caret>
}
}