JVM_IR KT-47449 handle star projection arguments in default lambda types
This commit is contained in:
committed by
teamcityserver
parent
5486fec0f9
commit
1298ba431b
+6
@@ -16340,6 +16340,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/functions/kt395.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47449.kt")
|
||||
public void testKt47449() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt47449.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt785.kt")
|
||||
public void testKt785() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user