Do not report UNNECESSARY_SAFE_CALL on ErrorType
This commit is contained in:
committed by
TeamCityServer
parent
59551eb037
commit
e2b7aba086
+6
@@ -686,6 +686,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/SafeCallOnSuperReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SafeCallUnknownType.kt")
|
||||
public void testSafeCallUnknownType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/SafeCallUnknownType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Serializable.kt")
|
||||
public void testSerializable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user