Add new line after modifier list if last child is comment

#KT-30804 Fixed
This commit is contained in:
Dmitry Gridin
2019-06-06 17:11:07 +07:00
parent fec9ee6408
commit 8b0b135112
15 changed files with 75 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// "Remove 'lateinit' modifier" "true"
class Test {
private <caret>var foo: String = ""
private<caret> var foo: String = ""
}