Intention to convert raw string literal to ordinary one
#KT-5208 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
val s = <spot>"\"Kotlin\nis\ngood!\""</spot>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
val s = <spot>""""Kotlin
|
||||
is
|
||||
good!""""</spot>
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a raw string literal (one surrounded with triple quote characters) to ordinary one (surrounded with single quote characters).
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user