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