that works (surprisingly), but `println(""""""hello""")` does not (and neither does `println(""""""...
n
that works (surprisingly), but
println(""""""hello""")
does not (and neither does
println(""""""hello"""""")
)
v
nkiesel: ye, I guess this is a corner case 🙂
The only improvement I can suggest is removing the unnecessary `{}`:
val dq = '"'; val s = """hello I end with a $dq"""