mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test: fix as
checker test
This commit is contained in:
parent
d04554f0b7
commit
5f5228f0f3
@ -1,4 +1,4 @@
|
||||
x.v:7:9: error: unknown type `Stringg`
|
||||
vlib/v/checker/tests/unknown_as_type.v:7:9: error: unknown type `Stringg`
|
||||
5 |
|
||||
6 | fn foo(e Expr) {
|
||||
7 | x := e as Stringg
|
||||
|
Loading…
Reference in New Issue
Block a user