summaryrefslogblamecommitdiff
path: root/test/files/run/t9298b/Test.java
blob: f369b26f368044f901d63a896f1d7cc6301e2f25 (plain) (tree)
1
2
3
4
5
6
7






                                                
public class Test {
	public VC identity(VC vc) { return vc; }

	public static void main(String[] args) {
		new Client().test();
	}
}