summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr284771/base/src/test/ParentInt.java
blob: 3b4be4a8bf9b367eda98c97c854c02f24f61cfff (plain)
1
2
3
4
5
6
7
package test;

public interface ParentInt {

	public void doNewTT(String o);
	
}