[FE] Properly report diagnostics about type arguments of implicit invoke
#KT-40396 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
329066a4f3
commit
44948aa9a2
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user