go/ast.CompositeLit.Incomplete (field)

4 uses

	go/ast (current package)
		ast.go#L320: 		Incomplete bool      // true if (source) expressions are missing in the Elts list
		filter.go#L116: 		lit.Incomplete = true

	go/doc
		exports.go#L34: 		lit.Incomplete = true

	go/printer
		nodes.go#L974: 		p.exprList(x.Lbrace, x.Elts, 1, commaTerm, x.Rbrace, x.Incomplete)