1#D: { 2 a: int 3 #b: int 4 a_value: int 5 // Only definitions ending in _value are omitted. 6 #b_value: int 7 "a b_value": int 8}
View as plain text