DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / method / tmethod.nim
12345678
discard """ errormsg: "\'method\' needs a parameter that has an object type" file: "tmethod.nim" line: 7 """ method m(i: int): int = return 5