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