5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
class Test() {
|
|
fun test() {
|
|
println("Test.test")<caret>
|
|
}
|
|
} |