mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +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
|
|
|