7842fa4796
Second part of #KT-21510
7 lines
71 B
Kotlin
Vendored
7 lines
71 B
Kotlin
Vendored
class Foo {
|
|
val s = ""
|
|
|
|
fun test() {
|
|
<caret>::s
|
|
}
|
|
} |