Added tests for compiling Java against TraitImpl and extension members.

This commit is contained in:
Evgeny Gerashchenko
2014-03-28 21:28:43 +04:00
parent 93dfc00880
commit dadc8351b6
7 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package test;
class GenericArray {
{
TestPackage.noParam("");
TestPackage.param("", "");
}
}