Avatar
var x: Int! = 12 x += 12 // error: binary operator '+=' cannot be applied to operands of type 'Int!' and 'Int' っていう問題もあり。