summaryrefslogtreecommitdiff
path: root/types/comments.pp
blob: e03dce436b6451dd855fdd3736e6cce1341658be (plain)
1
2
3
4
5
# @summary testing comments in a data type
type Stringstest::Comments = Struct[{
  # this is a comment
  'comment' => String,
}]