Nikolay Krasko
2017-05-03 19:50:47 +03:00
parent 30639b0a5e
commit 861cac5b52
64 changed files with 1393 additions and 6 deletions
@@ -0,0 +1,17 @@
val a =
("""
| blah blah
| blah blah
""" + """<caret>""").trimMargin()
// TODO: Concatenation is not supported
//-----
val a =
("""
| blah blah
| blah blah
""" + """
<caret>
""".trimIndent()).trimMargin()
// TODO: Concatenation is not supported