mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 21:50:54 +07:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
// REPL_MODE: true
|
|
|
|
val a: Int? = 1
|
|
kotlin.test.assertNotNull(1) // RESULT: res1: kotlin.Int = 1 |