Added a test on possible name clash for SAM wrappers

This commit is contained in:
Igor Chevdar
2020-06-04 18:47:35 +05:00
parent 66bbd3e102
commit 8b37a094fe
8 changed files with 65 additions and 0 deletions
@@ -12444,6 +12444,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/funInterface/basicFunInterfaceConversion.kt");
}
@TestMetadata("basicFunInterfaceConversionClash.kt")
public void testBasicFunInterfaceConversionClash() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/basicFunInterfaceConversionClash.kt");
}
@TestMetadata("castFromAny.kt")
public void testCastFromAny() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/castFromAny.kt");