We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1221271 commit 9018919Copy full SHA for 9018919
generator/java.stoneg.py
@@ -1717,7 +1717,7 @@ def requires_validation(data_type):
1717
1718
def is_collapsible(self, data_type):
1719
assert isinstance(data_type, DataType), repr(data_type)
1720
- return is_struct_type(data_type) and not data_type.is_member_of_enumerated_subtypes_tree()
+ return is_struct_type(data_type) and not data_type.has_enumerated_subtypes()
1721
1722
@staticmethod
1723
def param_name(stone_elem):
0 commit comments