1 2 3 4 5
# @summary testing comments in a data type type Stringstest::Comments = Struct[{ # this is a comment 'comment' => String, }]