gotools/gopls/internal/protocol/tsinsertreplaceedit.go

// UnmarshalJSON unmarshals InsertReplaceEdit with extra
// checks on the presence of "insert" and "replace" properties.
func (e *InsertReplaceEdit) UnmarshalJSON(data []byte) error {}