JavaPatternMatching/bin/mycompiler/test/trivial/TestMethodEmptyGeneric.jav

10 lines
108 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class TestMethodEmptyGeneric{
<T> emptyMethodGeneric() {
}
<T,S> emptyMethodGeneric2() {
}
}