go/ast.EmptyStmt.Implicit (field)
4 uses
go/ast (current package)
ast.go#L627: Implicit bool // if set, ";" was omitted in the source
ast.go#L796: if s.Implicit {
go/parser
parser.go#L2471: s = &ast.EmptyStmt{Semicolon: p.pos, Implicit: p.lit == "\n"}
parser.go#L2475: s = &ast.EmptyStmt{Semicolon: p.pos, Implicit: true}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)