fun main(args: Array){ var t = "t" val x = "abc\n${t}bar\tfoo" }