blob: f76592d687f3a37c6f71cccd6c9382e422c3148f [file] [log] [blame]
var a = 1 // RESULT: var a: Int
a++ // RESULT: 1
a // RESULT: 2