[NI] Report unsafe implicit invoke accordingly to OI
This reverts commit df046683cc.
KT-30695
This commit is contained in:
Generated
+10
@@ -18662,6 +18662,16 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30695.kt")
|
||||
public void testKt30695() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt30695.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30695_2.kt")
|
||||
public void testKt30695_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt30695_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3772.kt")
|
||||
public void testKt3772() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt3772.kt");
|
||||
|
||||
Reference in New Issue
Block a user