addRemoveModifier: shouldn't add extra new line

#KT-26635 Fixed
This commit is contained in:
Dmitry Gridin
2019-08-22 13:06:11 +07:00
parent 0458a22f78
commit 1c98cb763e
4 changed files with 16 additions and 15 deletions
@@ -0,0 +1,6 @@
// "Create actual annotation class for module testModule_JVM (JVM)" "true"
@RegAnn // some comment
expect annotation class SomeAnn<caret>
annotation class RegAnn
@@ -0,0 +1,2 @@
@RegAnn // some comment
actual annotation class SomeAnn