6 lines
120 B
Plaintext
Vendored
6 lines
120 B
Plaintext
Vendored
// REPL_MODE: true
|
|
|
|
val a = 1
|
|
a // RESULT: res1: kotlin.Int = 1
|
|
a // RESULT: res2: kotlin.Int = 1
|