blob: 0d49da9b991e60926fc92c18d9d320ef2f4faf14 [file] [log] [blame]
public class ResolveEmptySelectionOnMethod {
void foo(){
}
void bar(){
foo();
}
}