FIR checker: report non-typed LHS of callable references
This commit is contained in:
committed by
Mikhail Glukhikh
parent
329be4f906
commit
33c5b49632
@@ -1,5 +1,6 @@
|
||||
package
|
||||
|
||||
public inline fun </*0*/ reified T> f(): T
|
||||
public inline fun </*0*/ reified T> foo(): kotlin.Unit
|
||||
public fun </*0*/ T> id(/*0*/ p: T): T
|
||||
public fun </*0*/ A> main(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user