blob: ae6139f771a909d7f65ebd369d62356ebe8ae3c5 [file] [log] [blame]
fun main(args: Array<String>){
val x = "abc" + 0.32
}