mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: handle comments
This commit is contained in:
@ -168,7 +168,6 @@ fn (p mut Parser) name_expr() string {
|
||||
// known_type := p.table.known_type(name)
|
||||
orig_name := name
|
||||
is_c := name == 'C' && p.peek() == .dot
|
||||
|
||||
if is_c {
|
||||
p.check(.name)
|
||||
p.check(.dot)
|
||||
|
Reference in New Issue
Block a user