7f627ab480
These are mostly mechanical changes.
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
|