JavaPatternMatching/bin/mycompiler/test/trivial/TestMethodEmptyGeneric.jav
2013-10-18 13:33:46 +02:00

10 lines
108 B
Java
Executable File

public class TestMethodEmptyGeneric{
<T> emptyMethodGeneric() {
}
<T,S> emptyMethodGeneric2() {
}
}