Report warnings on safe call + nullable extension operator
^KT-41034 In Progress
This commit is contained in:
+5
@@ -15821,6 +15821,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/safeCallOnTypeWithNullableUpperBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safeCallOperators.kt")
|
||||
public void testSafeCallOperators() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/safeCallOperators.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safeCallWithInvoke.kt")
|
||||
public void testSafeCallWithInvoke() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/safeCallWithInvoke.kt");
|
||||
|
||||
Reference in New Issue
Block a user