6356807997
#KT-36247 fixed A lot of testdata changed because significanly less (error) descriptors are created for unresolved types, so diagnostics became different.
4 lines
190 B
Kotlin
Vendored
4 lines
190 B
Kotlin
Vendored
// !LANGUAGE: -DefaultImportOfPackageKotlinComparisons
|
|
|
|
fun foo() = <!UNRESOLVED_REFERENCE!>compareBy<!><String> { <!UNRESOLVED_REFERENCE!>it<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>length<!> }
|