mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Put comments and whitespaces under body in script files
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
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// MOVE: up
|
||||
|
||||
fun test() {}
|
||||
<caret>fun test1() {}
|
||||
Reference in New Issue
Block a user