FIR: Respect nullability when substituting stub types
This commit is contained in:
committed by
teamcity
parent
40a2837b4c
commit
52145e0623
+6
@@ -4973,6 +4973,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/kt41917.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableTypeDelegate.kt")
|
||||
public void testNullableTypeDelegate() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/nullableTypeDelegate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithFunctionalType.kt")
|
||||
public void testPropertyWithFunctionalType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user