We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e117ad commit 2474418Copy full SHA for 2474418
tests/invalid/objects.nim
@@ -9,6 +9,7 @@ type
9
else:
10
d: int8
11
b, c: char
12
+ TestError = object of CatchableError
13
14
using
15
dontCheck: ref test
tests/valid/objects.nim
d*: int
0 commit comments