addRemoveModifier: shouldn't add extra new line
#KT-26635 Fixed
This commit is contained in:
+6
@@ -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
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
@RegAnn // some comment
|
||||
actual annotation class SomeAnn
|
||||
Reference in New Issue
Block a user