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}