Don't move line and /**/ comments during reformat (KT-18805)
#KT-18805 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
fun getText(): String = // let's return xxx
|
||||
fun getText(): String =// let's return xxx
|
||||
"xxx" //TODO
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
fun getText(): String = // let's return xxx
|
||||
fun getText(): String =// let's return xxx
|
||||
"xxx"
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
fun getText(): String = /* let's return xxx */
|
||||
fun getText(): String =/* let's return xxx */
|
||||
"xxx" /* TODO */
|
||||
Reference in New Issue
Block a user