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