Skip to content

Commit

Permalink
fix .out
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Oct 8, 2024
1 parent a9c189d commit 6a3d189
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vlib/v/checker/tests/struct_scope_err.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vlib/v/checker/tests/struct_scope_err.vv:14:8: error: struct `Foobar` was declared in a local scope outside current scope
12 |
13 | fn x() {
14 | fb := Foobar{7, 8}
vlib/v/checker/tests/struct_scope_err.vv:16:8: error: struct `Foobar` was declared in a local scope outside current scope
14 |
15 | fn x() {
16 | fb := Foobar{7, 8}
| ~~~~~~~~~~~~
15 | println(fb.bar)
16 | }
17 | println(fb.bar)
18 | }

0 comments on commit 6a3d189

Please sign in to comment.