summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr149322/Missing.java
blob: 51d8dc42e54bd0853627fc43dbb9a87e259baacc (plain)
1
2
3
4
5
6
7
8
public class Missing implements Interface {

	public void method () {
		System.out.println("Missing.method()");
	}
	
}