Delegated members should not be synthetic
Otherwise they are invisible to Java code
This commit is contained in:
+5
@@ -112,6 +112,11 @@ public class CompileJavaAgainstKotlinTestGenerated extends AbstractCompileJavaAg
|
||||
doTest("compiler/testData/compileJavaAgainstKotlin/method/ArrayOfIntegerArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation.kt")
|
||||
public void testDelegation() throws Exception {
|
||||
doTest("compiler/testData/compileJavaAgainstKotlin/method/Delegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("GenericArray.kt")
|
||||
public void testGenericArray() throws Exception {
|
||||
doTest("compiler/testData/compileJavaAgainstKotlin/method/GenericArray.kt");
|
||||
|
||||
Reference in New Issue
Block a user