FIR2IR: convert recursive captured type properly

#KT-43346 Fixed
This commit is contained in:
Jinseong Jeon
2020-11-13 07:34:37 -08:00
committed by teamcityserver
parent 8ecf056927
commit cb77b76c0d
6 changed files with 212 additions and 3 deletions
@@ -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");