We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38a6ff commit 1117586Copy full SHA for 1117586
gnovm/tests/files/const53.gno gnovm/tests/files/const59.gno
@@ -5,6 +5,7 @@ const (
5
B = ^1
6
C = int8(^1)
7
D = ^uint8(1)
8
+ E = int8(3) +
9
)
10
11
func main() {
gnovm/tests/files/const54.gno gnovm/tests/files/const60.gno
@@ -9,4 +9,4 @@ func main() {
}
// Error:
12
-// main/files/const54.gno:4:6: bigint underflows target kind
+// main/files/const60.gno:4:6: bigint underflows target kind
gnovm/tests/files/const55.gno gnovm/tests/files/const61.gno
-// main/files/const55.gno:4:6: bigint underflows target kind
+// main/files/const61.gno:4:6: bigint underflows target kind
0 commit comments