mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
11 lines
68 B
Plaintext
Vendored
11 lines
68 B
Plaintext
Vendored
// MOVE: down
|
|
fun a() {
|
|
}
|
|
|
|
fun c() {
|
|
}
|
|
|
|
<caret>fun b() = {
|
|
""
|
|
}
|