Files
kotlin-fork/idea/resources/intentionDescriptions/MoveMemberOutOfCompanionObjectIntention/after.kt.template
T
2016-02-04 12:26:19 +03:00

5 lines
63 B
Plaintext

class A {
<spot>fun foo() = 1</spot>
}
fun bar() = A.foo()