mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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