FIR2IR: convert recursive captured type properly
#KT-43346 Fixed
This commit is contained in:
committed by
teamcityserver
parent
8ecf056927
commit
cb77b76c0d
@@ -1806,6 +1806,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/putIfAbsent.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveCapturedTypeInPropertyReference.kt")
|
||||
public void testRecursiveCapturedTypeInPropertyReference() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SameJavaFieldReferences.kt")
|
||||
public void testSameJavaFieldReferences() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SameJavaFieldReferences.kt");
|
||||
|
||||
Reference in New Issue
Block a user