blob: 96cd3bc17ee52c59ca5bf2c5bc20b65983ce1f80 [file] [log] [blame]
var a = 1
a++ // RESULT: res1: kotlin.Int = 1
a // RESULT: res2: kotlin.Int = 2