JavaTXCompilerInJavaTX/bin/mycompiler/test/notUsedAnymore/TestGenerics.jav

8 lines
116 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class TestGenerics {
<T extends Vector<Integer>> void foo(T n) {}
<T extends Number> void foo(T i) {}
}