FIR: Make synthetic type variables fix to self-stub type if no info
This commit is contained in:
committed by
teamcity
parent
8ae37a3dd2
commit
11ec23e5dc
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user