74e5a9425a
So #KT-21510 Fixed
7 lines
77 B
Kotlin
Vendored
7 lines
77 B
Kotlin
Vendored
class Foo {
|
|
fun s() = ""
|
|
|
|
fun test() {
|
|
<caret>this::s
|
|
}
|
|
} |