forked from JavaTX/JavaCompilerCore
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
|
|
||
|
public class TestMethodEmptyGeneric{
|
||
|
|
||
|
<T> emptyMethodGeneric() {
|
||
|
}
|
||
|
|
||
|
<T,S> emptyMethodGeneric2() {
|
||
|
}
|
||
|
|
||
|
}
|