blob: 81b44b07ca512186d01ce0abce9a05f8c3345e92 [file] [log] [blame]
package bugs_in;
public class Test_72836 {
private void foo() {
System.out.println();
}
private void bar() {
this./*]*/foo()/*[*/;
}
}