1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/duplicate_type_b.out

6 lines
191 B
Plaintext

vlib/v/parser/tests/duplicate_type_b.vv:3:8: error: cannot register struct `Foo`, another type with this name exists
1 | interface Foo {}
2 |
3 | struct Foo {}
| ~~~