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