Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Sep 30, 2024
1 parent baed182 commit 7bc8226
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vlib/v/checker/tests/alias_to_generic_err.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vlib/v/checker/tests/alias_to_generic_err.vv:4:12: error: unknown aliased type `T`
2 | module main
3 |
4 | type Foo = T
vlib/v/checker/tests/alias_to_generic_err.vv:3:12: error: unknown aliased type `T`
1 | module main
2 |
3 | type Foo = T
| ^
5 |
6 | fn main() {
4 |
5 | fn main() {

0 comments on commit 7bc8226

Please sign in to comment.