mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 15:53:18 +00:00
13 lines
100 B
Plaintext
Vendored
13 lines
100 B
Plaintext
Vendored
// MOVE: down
|
|
// class A
|
|
class A {
|
|
// val x
|
|
val x = ""
|
|
|
|
}
|
|
|
|
// fun foo
|
|
<caret>fun foo() {
|
|
|
|
}
|