fbd06dc74f
So #KT-21743 Fixed
8 lines
135 B
Kotlin
Vendored
8 lines
135 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class Test {
|
|
fun function(s: String): Boolean = true
|
|
fun test() {
|
|
"".let {<caret> ::function }
|
|
}
|
|
}
|