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:
committed by
Mikhail Glukhikh
parent
4145e3438f
commit
4abcc278fd
+1
-1
@@ -8,5 +8,5 @@ fun oldFun(p: Int) {
|
||||
fun newFun(){}
|
||||
|
||||
fun foo() {
|
||||
newFun()/* use zero */
|
||||
/* use zero */newFun()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user