From 24926353ab75ae0f9d2ff5f78c835fca3f7b7558 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Wed, 22 Jun 2022 09:52:40 +0200 Subject: Add test type --- types/comments.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 types/comments.pp 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, +}] -- cgit v1.2.3