KT-41670 Check for default property accessors in SAM interfaces
This commit is contained in:
committed by
teamcity
parent
59a052a615
commit
0b453ee328
+6
@@ -13585,6 +13585,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/funInterface/irrelevantPrivateDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt41670.kt")
|
||||
public void testKt41670() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt41670.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45444_privateFunInterface.kt")
|
||||
public void testKt45444_privateFunInterface() throws Exception {
|
||||
|
||||
+6
@@ -13675,6 +13675,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/funInterface/irrelevantPrivateDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt41670.kt")
|
||||
public void testKt41670() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt41670.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45444_privateFunInterface.kt")
|
||||
public void testKt45444_privateFunInterface() throws Exception {
|
||||
|
||||
+5
@@ -12160,6 +12160,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/funInterface/irrelevantPrivateDeclarations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41670.kt")
|
||||
public void testKt41670() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt41670.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45444_privateFunInterface.kt")
|
||||
public void testKt45444_privateFunInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt45444_privateFunInterface.kt");
|
||||
|
||||
Reference in New Issue
Block a user