Add new line after modifier list if last child is comment
#KT-30804 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Remove 'final' modifier" "true"
|
||||
|
||||
@Deprecated("")
|
||||
/* some comment */
|
||||
final<caret> val x: Int = 42
|
||||
Reference in New Issue
Block a user