summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr99125/p/I.java
blob: fbbd7ace4d38ee5dd68bbbf41e6265cb9b315818 (plain)
1
2
3
4
5
6
package p;
public interface I {
	
	void foo();
	
}