summary refs log tree commit diff stats
path: root/tests/concepts/t20237.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/concepts/t20237.nim')
-rw-r--r--tests/concepts/t20237.nim3
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)