Fixed priorities for synthetic functions.

This commit is contained in:
Evgeny Gerashchenko
2013-03-29 13:10:31 +04:00
parent 73bbda5b93
commit dcb95fc5ac
3 changed files with 18 additions and 1 deletions
@@ -3194,6 +3194,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/sam/runnableAccessingClosure2.kt");
}
@TestMetadata("syntheticVsReal.kt")
public void testSyntheticVsReal() throws Exception {
doTest("compiler/testData/codegen/box/sam/syntheticVsReal.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/strings")