summary refs log tree commit diff stats
path: root/tests/reject/topena1.nim
blob: 0dbc5506a85a5a5cb365bae6bed56020f14da313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "topena1.nim"
  line: 9
  errormsg: "invalid type"
"""
# Tests a special bug

var
  x: ref openarray[string] #ERROR_MSG invalid type