Add intention to indent a raw string #KT-9943 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-04-19 12:07:29 +03:00
committed by Mikhail Glukhikh
parent a2d45062c2
commit a7110a1517
18 changed files with 171 additions and 0 deletions
@@ -0,0 +1,4 @@
// IS_APPLICABLE: false
fun test() {
val foo = <caret>"foo"
}