Files
Nim/tests/method/tmethod.nim
2018-12-11 21:23:21 +01:00

9 lines
151 B
Nim

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