5 lines
47 B
Kotlin
Vendored
5 lines
47 B
Kotlin
Vendored
class A {
|
|
fun a(){}<caret>
|
|
fun b(){}
|
|
}
|