Files
Nim/tests/parser/tprocexprasstmt.nim
metagn 5cfa3672b3 allow proc expressions in place of statements (#20935)
properly fixes #18714

(cherry picked from commit 15d00ca0e1)
2022-11-30 07:31:35 +01:00

4 lines
49 B
Nim

func r(): auto =
func(): int = 2
discard r()()