[FIR] Ignore leaked internal types because of KT-54568

This commit is contained in:
Dmitriy Novozhilov
2022-10-19 13:58:50 +03:00
committed by Space Team
parent 089d907fd4
commit e6ce008415
12 changed files with 12 additions and 0 deletions
+1
View File
@@ -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<!>() }