Added a test on possible name clash for SAM wrappers
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user