Report error about uninferred type parameter for all CallForImplicitInvoke psi calls

^KT-44368 Fixed
This commit is contained in:
Victor Petukhov
2021-02-04 15:31:10 +03:00
parent c75d2c05f0
commit f9e5584a3e
6 changed files with 33 additions and 2 deletions
@@ -0,0 +1,4 @@
inline operator fun <reified T> Int.invoke() = this
val a2 = 1()
val a3 = 1.invoke()