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