mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
9 lines
151 B
Nim
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
|