Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
comptime_field_name_not_exist.out
7
lines
·
7
sloc
·
366 bytes
·
f55c2956fbd893cf22df1780724a2c4c436332e2
Raw
1
vlib/v/checker/tests/comptime_field_name_not_exist.vv:9:23: error: unknown field `has_xdargfdsafsdfx` from f
2
7 | mut c := 0
3
8 | $for f in abc.attributes {
4
9 | $if f.has_xdargfdsafsdfx {
5
| ~~~~~~~~~~~~~~~~~~
6
10 | c++
7
11 | println('has_arg')
8