4 lines
100 B
Kotlin
Vendored
4 lines
100 B
Kotlin
Vendored
// !LANGUAGE: -DefaultImportOfPackageKotlinComparisons
|
|
|
|
fun foo() = compareBy<String> { it.length }
|