assertAreInline
Asserts that all class declarations are inline/value classes.
Example:
classes.assertAreInline()Content copied to clipboard
Throws
if any class is not marked with the 'inline' or 'value' modifier.
Asserts that all class declarations in the scope are inline/value classes.
Throws
if any class is not marked with the 'inline' or 'value' modifier.