10 lines
109 B
Kotlin
Vendored
10 lines
109 B
Kotlin
Vendored
class Foo {
|
|
fun bar() {
|
|
}
|
|
}
|
|
|
|
val x = Foo::bar
|
|
|
|
// REF:Foo::bar
|
|
// RESULT:KtLightAnnotationMethod:bar
|