JavaTXCompilerInJavaTX/test/parser/PackageNameTest.jav

9 lines
134 B
Plaintext
Raw Normal View History

2018-05-28 13:55:29 +00:00
2018-05-28 14:18:33 +00:00
import java.lang.Comparable;
class PackageNameTest{
2018-05-28 13:55:29 +00:00
java.lang.Integer test(a){return a;}
2018-05-28 14:18:33 +00:00
Comparable<Integer> test2(a){return a;}
2018-05-28 13:55:29 +00:00
}