mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
// REPL_MODE: true
|
|
|
|
val a = 1
|
|
a // RESULT: res1: kotlin.Int = 1 |