summary refs log tree commit diff stats
path: root/tests/method/tmethod.nim
blob: 005294d64b29d71676e70b82e6a33bf943834741 (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  errormsg: "\'method\' needs a parameter that has an object type"
  file: "tmethod.nim"
  line: 7
"""

method m(i: int): int =
  return 5