FIR: fix substitution of type arguments in SAM type aliases

^KT-54730 Fixed
This commit is contained in:
pyos
2022-10-20 13:22:50 +02:00
committed by Space Team
parent 3253789093
commit 0d46dfc1ba
20 changed files with 125 additions and 72 deletions
@@ -14749,6 +14749,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/funInterface/funInterfaceInheritance.kt");
}
@Test
@TestMetadata("funInterfaceTypealias.kt")
public void testFunInterfaceTypealias() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/funInterfaceTypealias.kt");
}
@Test
@TestMetadata("funInterfaceWithReceiver.kt")
public void testFunInterfaceWithReceiver() throws Exception {