mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
// REPL_MODE: false
|
|
|
|
val a = 1 // RESULT: val a: Int
|
|
a // RESULT: 1
|
|
a // RESULT: 1
|