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