Can be constructor property: comment saver introduced to retain comments; unbound comments now added before, not after

(cherry picked from commit 886cf21)
This commit is contained in:
Mikhail Glukhikh
2016-06-20 20:12:47 +03:00
committed by Mikhail Glukhikh
parent 4145e3438f
commit 4abcc278fd
10 changed files with 43 additions and 4 deletions
@@ -1,4 +1,5 @@
// "Remove function body" "true"
abstract class A() {
<caret>abstract fun foo() // 3/*1*/
/*1*/
abstract fun foo() // 3
}