Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
val s = <spot>"""
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
""".trimIndent()</spot>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
val s = <spot>"""foo
|
||||
bar
|
||||
baz"""</spot>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention indents a raw string.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user