[NI] Fix reporting UNSAFE_IMPLICIT_INVOKE_CALL diagnostic
This commit is contained in:
committed by
Mikhail Zarechenskiy
parent
251a02f71d
commit
e6deaf3315
@@ -526,6 +526,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/ReturnInFunctionWithoutBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safeCall.kt")
|
||||
public void testSafeCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/safeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SafeCallInvoke.kt")
|
||||
public void testSafeCallInvoke() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/SafeCallInvoke.kt");
|
||||
|
||||
Reference in New Issue
Block a user