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