[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// KT-7383 Assertion failed when a star-projection of function type is used
|
||||
|
||||
fun foo() {
|
||||
val f : Function1<*, *> = { x -> x.toString() }
|
||||
f(1)
|
||||
}
|
||||
Reference in New Issue
Block a user