mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
// REPL_MODE: false
|
|
|
|
var a = 1 // RESULT: var a: Int
|
|
a++ // RESULT: 1
|
|
a // RESULT: 2 |