FirCallCompleter: unwrap definitely not-null type properly
#KT-50180 Fixed
This commit is contained in:
+6
@@ -5555,6 +5555,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/DeepCopyIrTree.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("definitelyNotNullCast.kt")
|
||||
public void testDefinitelyNotNullCast() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/definitelyNotNullCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumMapGet.kt")
|
||||
public void testEnumMapGet() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user