mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
8 lines
124 B
Nim
8 lines
124 B
Nim
discard """
|
|
errmsg: "nested proc can have generic parameters only when"
|
|
line: 6
|
|
"""
|
|
|
|
let x = proc (x, y): auto = x + y
|
|
|