Added tests for compiling Java against TraitImpl and extension members.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
class GenericArray {
|
||||
{
|
||||
TestPackage.getVal_("");
|
||||
|
||||
TestPackage.getVar_("");
|
||||
TestPackage.setVar_("", "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user