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
+2
-1
@@ -1,4 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
<caret>abstract fun foo() // 3/*1*/
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user