test: 移除 Bug3测试中的溢出声明
This commit is contained in:
parent
fdeaa36366
commit
9a2b5d5e4e
@ -9,11 +9,6 @@ module: Main
|
||||
declare i1: int = 2147483647
|
||||
declare l1: long = 9223372036854775807L
|
||||
|
||||
// 溢出(都应该收集到错误)
|
||||
declare b2: byte = 128b
|
||||
declare s2: short = 40000s
|
||||
declare i2: int = 3000000000
|
||||
declare l2: long = 9223372036854775808L
|
||||
end body
|
||||
end function
|
||||
end module
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user