blob: 8015905f7fc0afef4ff173d3e6055d7e1229facc [file] [log] [blame]
package p;
import java.util.*;
class A {
void foo() {
int stuff= 1; //this is a comment
//and another one
}
void foo() {
int stuff= 1; //this is a comment
//and another one
}
int bar;
}