blob: 3ae11dcd64394bbd76066229e03cf898f7936d2d [file] [log] [blame]
package simple_out;
public class TestComment1 {
private void bar() {
}
public void ref() {
// comment
bar();
// comment
bar();
// comment
}
}