Added intention description

This commit is contained in:
Valentin Kipyatkov
2016-03-03 12:59:31 +03:00
parent 3d422b47cb
commit ecebb80bbe
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
val s = <spot>""""Kotlin
is
good!""""</spot>
@@ -0,0 +1 @@
val s = <spot>"\"Kotlin\nis\ngood!\""</spot>
@@ -0,0 +1,5 @@
<html>
<body>
This intention converts ordinary string literal to a raw string literal (one surrounded with triple quote characters).
</body>
</html>