Files
kotlin-fork/idea/idea-live-templates/testData/soutf_InCompanion.exp.kt
T

7 lines
116 B
Kotlin
Vendored

class Test() {
companion object {
fun test() {
println("Test.test")<caret>
}
}
}