go/ast.CompositeLit.Incomplete (field)

4 uses

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

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

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