[NI] Report unsafe implicit invoke accordingly to OI

This reverts commit df046683cc.
KT-30695
This commit is contained in:
Pavel Kirpichenkov
2020-02-13 16:13:53 +03:00
parent 1a2d28d25b
commit b161839092
30 changed files with 286 additions and 62 deletions
@@ -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");