Files
Nim/tests/reject/tmethod.nim
2012-08-14 00:09:06 +02:00

9 lines
151 B
Nim
Executable File

discard """
file: "tmethod.nim"
line: 7
errormsg: "\'method\' needs a parameter that has an object type"
"""
method m(i: int): int =
return 5