4 lines
51 B
Kotlin
Vendored
4 lines
51 B
Kotlin
Vendored
abstract class Foo {
|
|
fun<caret> bar() {
|
|
}
|
|
} |