[FIR2IR] Support (simple) conversion of captured types
This commit is contained in:
@@ -1871,6 +1871,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/types/coercionToUnitInLambdaReturnValue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericFunWithStar.kt")
|
||||
public void testGenericFunWithStar() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/genericFunWithStar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericPropertyReferenceType.kt")
|
||||
public void testGenericPropertyReferenceType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/genericPropertyReferenceType.kt");
|
||||
|
||||
Reference in New Issue
Block a user