summary refs log blame commit diff stats
path: root/tests/constructors/t5965_2.nim
blob: a3f7174c92b3d93b76831291098199bb9df89822 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  
discard """
  file: "t5965_2.nim"
  line: 10
  errormsg: "incorrect object construction syntax"
"""

type Foo = object
  a: int

discard Foo(a: 1, 2)