go/ast.EmptyStmt.Implicit (field)

4 uses

	go/ast (current package)
		ast.go#L643: 		Implicit  bool      // if set, ";" was omitted in the source
		ast.go#L813: 	if s.Implicit {

	go/parser
		parser.go#L2488: 		s = &ast.EmptyStmt{Semicolon: p.pos, Implicit: p.lit == "\n"}
		parser.go#L2492: 		s = &ast.EmptyStmt{Semicolon: p.pos, Implicit: true}