Files
kotlin-fork/plugins/uast-kotlin/testData/MethodReference.kt
T

10 lines
109 B
Kotlin
Vendored

class Foo {
fun bar() {
}
}
val x = Foo::bar
// REF:Foo::bar
// RESULT:KtLightAnnotationMethod:bar