mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
11 lines
108 B
Kotlin
Vendored
11 lines
108 B
Kotlin
Vendored
// MOVE: up
|
|
// class A
|
|
class A {
|
|
// fun foo
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
|
|
// val y
|
|
val y = ""
|
|
} |