summary refs log tree commit diff stats
path: root/tests/concepts/t20237.nim
blob: 175c7a9d1dc4f99b02e6cf979f92df761e086fb5 (plain) (blame)
1
2
3
type Foo* = concept
  ## doc comment
  proc foo(x: Self)