// REPL_MODE: true var a = 1 a++ // RESULT: res1: kotlin.Int = 1 a // RESULT: res2: kotlin.Int = 2