FIR: Report missing cases of TYPE_PARAMETER_IS_NOT_AN_EXPRESSION

^KT-55699 Fixed
This commit is contained in:
Kirill Rakhman
2023-01-27 12:16:55 +01:00
committed by Space Team
parent e4529f38ac
commit 836c4fcefd
4 changed files with 30 additions and 3 deletions
@@ -1,6 +1,7 @@
package
public fun </*0*/ T> bar(): kotlin.Unit
public fun baz(/*0*/ a: kotlin.Any): kotlin.Unit
public fun test(): kotlin.Unit
public interface A {