go/ast.EmptyStmt.Implicit (field)

4 uses

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

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