Enhanced deprecation message on JSON_TYPE alias

Add hint to message to also change the enum members.
This commit is contained in:
Carsten Schlote 2019-10-11 08:10:48 +02:00 committed by Sebastian Wilzbach
parent ae03972df1
commit 1479200267

View file

@ -110,7 +110,7 @@ enum JSONType : byte
/* deprecated("Use .false_") */ FALSE = false_,
}
deprecated("Use JSONType") alias JSON_TYPE = JSONType;
deprecated("Use JSONType and the new enum member names") alias JSON_TYPE = JSONType;
/**
JSON value node