JavaTXCompilerInJavaTX/test/parser/PackageNameTest.jav

9 lines
134 B
Plaintext
Raw Normal View History

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