blob: 226e6842569be7d5336f93b199381117f7ee1b3b [file] [log] [blame]
fun main(args: Array<String>){
val x = "abc" + 1 +<caret> 2 + 'a' + 3.2
}