go/ast.EmptyStmt.Implicit (field)

4 uses

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

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