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