diff --git a/src/dcd/common/messages.d b/src/dcd/common/messages.d index 4423ea3..3eeeb7f 100644 --- a/src/dcd/common/messages.d +++ b/src/dcd/common/messages.d @@ -147,7 +147,7 @@ struct AutocompleteResponse */ string documentation; - deprecated("Use identifier (or definition for calltips) instead") string compatibilityContent() const + deprecated("Use identifier (or definition for calltips) instead") string compatibilityContent() const nothrow { if (kind == ubyte.init) return definition;