mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
4 lines
57 B
Nim
4 lines
57 B
Nim
type Foo* = concept
|
|
## doc comment
|
|
proc foo(x: Self)
|