// REPL_MODE: true val a: Int? = 1 kotlin.test.assertNotNull(1) // RESULT: res1: kotlin.Int = 1