Avatar
Avatar
omochimetaru
@swift-main let a: Int8 = 80 + 80
swiftNightly BOT 1/10/2023 1:07 AM
exit status: 1 with stderr:<stdin>:1:18: error: arithmetic operation '80 + 80' (on type 'Int8') results in an overflow let a: Int8 = 80 + 80 ~~ ^ ~~