mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 01:34:02 +00:00
7
tests/openarray/t8259.nim
Normal file
7
tests/openarray/t8259.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
discard """
|
||||
line: 6
|
||||
errormsg: "invalid type: 'openarray[int]' for result"
|
||||
"""
|
||||
|
||||
proc foo(a: openArray[int]):auto = a
|
||||
echo foo(toOpenArray([1, 2], 0, 2))
|
||||
Reference in New Issue
Block a user