blob: 6c5930757a889e38e47b369168a0d160e7dd2544 [file] [log] [blame]
fun main(args: Array<String>){
var r = "a"
val x = """foobar
""" + r
}