KT-41670 Check for default property accessors in SAM interfaces

This commit is contained in:
Pavel Mikhailovskii
2022-09-07 12:17:56 +02:00
committed by teamcity
parent 59a052a615
commit 0b453ee328
10 changed files with 55 additions and 1 deletions
@@ -14719,6 +14719,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {