mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
12 lines
119 B
Kotlin
Vendored
12 lines
119 B
Kotlin
Vendored
// MOVE: down
|
|
// class A
|
|
class A {
|
|
// fun foo
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
// fun bar
|
|
fun bar() {
|
|
|
|
}
|
|
} |