diff options
-rw-r--r-- | types/comments.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/types/comments.pp b/types/comments.pp new file mode 100644 index 0000000..e03dce4 --- /dev/null +++ b/types/comments.pp @@ -0,0 +1,5 @@ +# @summary testing comments in a data type +type Stringstest::Comments = Struct[{ + # this is a comment + 'comment' => String, +}] |