Do not report UNNECESSARY_SAFE_CALL on ErrorType

This commit is contained in:
Nicola Corti
2021-02-01 23:50:07 +01:00
committed by TeamCityServer
parent 59551eb037
commit e2b7aba086
6 changed files with 39 additions and 7 deletions
@@ -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 {