diff options
Diffstat (limited to 'tests/rodfiles/bmethods.nim')
-rw-r--r-- | tests/rodfiles/bmethods.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rodfiles/bmethods.nim b/tests/rodfiles/bmethods.nim index 995942ad6..c77941e4a 100644 --- a/tests/rodfiles/bmethods.nim +++ b/tests/rodfiles/bmethods.nim @@ -12,7 +12,7 @@ type proc newDerivedClass: ref TDerivedClass = new result - + method echoType*(x: ref TDerivedClass) = echo "derived class" |