Files
kotlin-fork/nj2k/testData/copyPaste/SeveralMethodsSample.to.kt
T
2019-06-26 18:36:05 +03:00

5 lines
52 B
Kotlin
Vendored

class A {
fun someOther() = false
<caret>
}