Skip to content

Commit

Permalink
feat: change file number for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Nov 12, 2024
1 parent 20e0161 commit 6be8a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ func main() {
}

// Error:
// 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ func main() {
}

// Error:
// 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 comments on commit 6be8a9a

Please sign in to comment.