b91f30ab15
#KT-23467 Fixed
6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FIX: none
|
|
fun test(x: Int) {
|
|
x.run {<caret> String::length }
|
|
}
|