Assign trailing and preceding whitespaces to lambda block until the last comment in parser
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
fun test() {
|
||||
// start
|
||||
foo()
|
||||
|
||||
// middle
|
||||
|
||||
foo()
|
||||
|
||||
// end
|
||||
}
|
||||
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user