[FIR] Ignore leaked internal types because of KT-54568
This commit is contained in:
committed by
Space Team
parent
089d907fd4
commit
e6ce008415
@@ -1,2 +1,3 @@
|
||||
// IGNORE_LEAKED_INTERNAL_TYPES: KT-54568
|
||||
fun <K> foo(x: K) {}
|
||||
val x = foo<(<!UNRESOLVED_REFERENCE!>unresolved<!>) -> Float> { <!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>it<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>toFloat<!>() }
|
||||
|
||||
Reference in New Issue
Block a user