Don't move line and /**/ comments during reformat (KT-18805)

#KT-18805 Fixed
This commit is contained in:
Nikolay Krasko
2017-07-05 20:17:54 +03:00
parent ebdadf30d8
commit 7f8d6b3008
10 changed files with 70 additions and 31 deletions
@@ -1,2 +1,2 @@
fun getText(): String = // let's return xxx
fun getText(): String =// let's return xxx
"xxx" //TODO
@@ -1,2 +1,2 @@
fun getText(): String = // let's return xxx
fun getText(): String =// let's return xxx
"xxx"
@@ -1,2 +1,2 @@
fun getText(): String = /* let's return xxx */
fun getText(): String =/* let's return xxx */
"xxx" /* TODO */