mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
// MOVE: up
|
|
class A {
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
val y = ""
|
|
} |