mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ast: fix typo in comment
This commit is contained in:
parent
dd06d90466
commit
042add0e7f
@ -258,7 +258,7 @@ pub:
|
||||
pub mut:
|
||||
name string
|
||||
is_method bool
|
||||
is_field bool // temp hack, remove ASAP when call repimpl CallExpr / Selector (joe)
|
||||
is_field bool // temp hack, remove ASAP when re-impl CallExpr / Selector (joe)
|
||||
args []CallArg
|
||||
expected_arg_types []table.Type
|
||||
language table.Language
|
||||
|
Loading…
Reference in New Issue
Block a user