Fixed codegen for non-public SAM-adapters

This commit is contained in:
Valentin Kipyatkov
2015-07-29 23:22:15 +03:00
parent 5bceefe8df
commit 9150c53832
4 changed files with 28 additions and 0 deletions
@@ -705,6 +705,12 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCod
doTestAgainstJava(fileName);
}
@TestMetadata("protectedFromBase.kt")
public void testProtectedFromBase() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/sam/adapters/protectedFromBase.kt");
doTestAgainstJava(fileName);
}
@TestMetadata("severalSamParameters.kt")
public void testSeveralSamParameters() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/sam/adapters/severalSamParameters.kt");