ast: fix typo in comment

pull/5824/head
joe-conigliaro 2020-07-14 04:04:16 +10:00
parent dd06d90466
commit 042add0e7f
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 1 additions and 1 deletions

View File

@ -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