4 lines
71 B
Plaintext
Vendored
4 lines
71 B
Plaintext
Vendored
fun main(args: Array<String>){
|
|
val x = "abc" + 1 + 2 + 'a' + 3.2
|
|
}
|