diff options
Diffstat (limited to 'tests/concepts/t20237.nim')
-rw-r--r-- | tests/concepts/t20237.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/concepts/t20237.nim b/tests/concepts/t20237.nim new file mode 100644 index 000000000..175c7a9d1 --- /dev/null +++ b/tests/concepts/t20237.nim @@ -0,0 +1,3 @@ +type Foo* = concept + ## doc comment + proc foo(x: Self) |