summary refs log tree commit diff stats
path: root/tests/method/mmultim3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/method/mmultim3.nim')
-rw-r--r--tests/method/mmultim3.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/mmultim3.nim b/tests/method/mmultim3.nim
index b391731be..a97248203 100644
--- a/tests/method/mmultim3.nim
+++ b/tests/method/mmultim3.nim
@@ -1,5 +1,5 @@
 type
-    TObj* = object {.inheritable.}
+    TObj* {.inheritable.} = object
 
 var myObj* : ref TObj