Assign trailing and preceding whitespaces to lambda block until the last comment in parser

This commit is contained in:
Nikolay Krasko
2016-10-25 18:04:18 +03:00
parent 0261385681
commit 08d628537c
16 changed files with 523 additions and 66 deletions
+12
View File
@@ -0,0 +1,12 @@
fun test() {
// start
foo()
// middle
foo()
// end
}
fun foo() {}