FIR: Make synthetic type variables fix to self-stub type if no info

This commit is contained in:
Simon Ogorodnik
2021-11-17 17:37:59 +03:00
committed by teamcity
parent 8ae37a3dd2
commit 11ec23e5dc
9 changed files with 80 additions and 2 deletions
@@ -4973,6 +4973,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/kt41917.kt");
}
@Test
@TestMetadata("mapValuesLazy.kt")
public void testMapValuesLazy() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/mapValuesLazy.kt");
}
@Test
@TestMetadata("nullableTypeDelegate.kt")
public void testNullableTypeDelegate() throws Exception {