We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e0161 commit 6be8a9aCopy full SHA for 6be8a9a
gnovm/tests/files/assign30.gno gnovm/tests/files/assign32.gno
@@ -7,4 +7,4 @@ func main() {
7
}
8
9
// Error:
10
-// main/files/assign30.gno:5:2: cannot use nil as int value in assignment
+// main/files/assign32.gno:5:2: cannot use nil as int value in assignment
gnovm/tests/files/var31.gno gnovm/tests/files/var34.gno
@@ -5,4 +5,4 @@ func main() {
5
6
-// main/files/var31.gno:4:6: cannot use nil as int value in variable declaration
+// main/files/var33.gno:4:6: cannot use nil as int value in variable declaration
0 commit comments