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