[FE] Properly report diagnostics about type arguments of implicit invoke

#KT-40396 Fixed
This commit is contained in:
Dmitriy Novozhilov
2020-12-16 16:10:40 +03:00
committed by TeamCityServer
parent 329066a4f3
commit 44948aa9a2
8 changed files with 64 additions and 10 deletions
@@ -10447,6 +10447,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/inference/kt39220.kt");
}
@TestMetadata("kt40396.kt")
public void testKt40396() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt40396.kt");
}
@TestMetadata("kt6175.kt")
public void testKt6175() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt6175.kt");