ast: fix typo in comment
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