summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/comments.pp5
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,
+}]