Files
kotlin-fork/plugins/uast-kotlin/testData/MethodReference.kt
T
Igor Yakovlev 309bf49a83 Update lightclass tests renderer
+mute invalid old light classes tests
2020-09-11 12:49:04 +03:00

10 lines
124 B
Kotlin
Vendored

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