mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
4 lines
71 B
Kotlin
4 lines
71 B
Kotlin
// REPL_MODE: ~REPL_MODE~
|
|
|
|
val a: Int? = 1
|
|
kotlin.test.assertNotNull(1) |