4 lines
51 B
Plaintext
Vendored
4 lines
51 B
Plaintext
Vendored
class X {
|
|
val i = 10
|
|
val s = i.toString()
|
|
} |