[FIR] Ignore smartcast for non-final members from Java, ^KT-50219 Fixed
This commit is contained in:
+6
@@ -27987,6 +27987,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/noErrorCheckForPackageLevelVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noSmartcastForNonFinalMembersFromJava.kt")
|
||||
public void testNoSmartcastForNonFinalMembersFromJava() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/noSmartcastForNonFinalMembersFromJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noUnnecessarySmartCastForReceiver.kt")
|
||||
public void testNoUnnecessarySmartCastForReceiver() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user