309bf49a83
+mute invalid old light classes tests
10 lines
124 B
Kotlin
Vendored
10 lines
124 B
Kotlin
Vendored
class Foo {
|
|
fun bar() {
|
|
}
|
|
}
|
|
|
|
val x = Foo::bar
|
|
|
|
// REF:Foo::bar
|
|
// RESULT:KtUltraLightMethodForSourceDeclaration:bar
|