Delegated members should not be synthetic

Otherwise they are invisible to Java code
This commit is contained in:
Andrey Breslav
2014-01-23 10:21:03 +04:00
parent ec3eee133f
commit 39234b4d3e
4 changed files with 24 additions and 1 deletions
@@ -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");