summary refs log blame commit diff stats
path: root/tests/method/tmethod.nim
blob: 0cfe24c7090bc0d8a12cd9a468d5a5959bf8f4fa (plain) (tree)
1
2
3
4
5
6
7
8




                                                                  


                       
discard """
  file: "tmethod.nim"
  line: 7
  errormsg: "\'method\' needs a parameter that has an object type"
"""

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