[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// !CHECK_TYPE
|
||||
fun <T> id(t: T) = t
|
||||
|
||||
fun foo() {
|
||||
val i = id { 22 } //type inference error: no information for parameter
|
||||
i checkType { <!UNRESOLVED_REFERENCE!>_<!><()->Int>() }
|
||||
}
|
||||
Reference in New Issue
Block a user