Files

10 lines
86 B
Kotlin
Vendored

package foo.bar.baz
class AA {
fun foo() {}
}
fun test() {
A<caret>A::foo
}