add null ref

This commit is contained in:
Volker Berlin 2018-12-14 20:34:03 +01:00
parent 2410694151
commit c7d4ed0998

View File

@ -26,4 +26,5 @@ public enum StructOperator {
NEW_DEFAULT,
GET,
SET,
NULL,
}