mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix typo in parser
This commit is contained in:
parent
7298a961c9
commit
a911146182
@ -501,7 +501,7 @@ fn (p mut Parser) struct_decl() {
|
||||
is_method: true
|
||||
receiver_typ: name
|
||||
}
|
||||
println('is interfaace. field=$field_name run=$p.run')
|
||||
println('is interface. field=$field_name run=$p.run')
|
||||
p.fn_args(mut interface_method)
|
||||
p.fspace()
|
||||
interface_method.typ = p.get_type()// method return type
|
||||
|
Loading…
Reference in New Issue
Block a user