4 lines
81 B
Plaintext
Vendored
4 lines
81 B
Plaintext
Vendored
// REPL_MODE: false
|
|
|
|
val a = 1 // RESULT: val a: Int
|
|
a // RESULT: 1 |