Strip trailing spaces on Save: do not strip trailing spaces inside raw String

#KT-13048 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-25 14:57:11 +09:00
committed by Alexander Podkhalyuzin
parent 9fc869397d
commit e082522cdf
5 changed files with 84 additions and 0 deletions
@@ -0,0 +1,4 @@
val s =<caret>"""
foo, foo
bar, bar
"""