mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
It's more consistent to normal function body for IDE. Doc comments in file beginning are now sticks to declarations correctly. Moving declarations at the end of scripts is fixed
5 lines
49 B
Plaintext
Vendored
5 lines
49 B
Plaintext
Vendored
// MOVE: up
|
|
|
|
<caret>fun test1() {}
|
|
fun test() {}
|