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

7 lines
96 B
Kotlin
Vendored

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