1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/expecting_assign_type_alias.out
2020-09-25 12:02:32 +02:00

5 lines
171 B
Plaintext

vlib/v/parser/tests/expecting_assign_type_alias.vv:1:10: error: unexpected name `int`, expecting `=`
1 | type Ttt int
| ~~~
2 |
3 | fn main() {}