1 package p;
2 import java.util.*;
3 class A {
foo()4 	void foo() {
5 		int stuff= 1; //this is a comment
6 					  //and another one
7 	}
foo()8 	void foo() {
9 		int stuff= 1; //this is a comment
10 					  //and another one
11 	}
12 	int bar;
13 }