diff --git a/src/extensions/oop.nim b/src/extensions/oop.nim index a93dd02..4d1b440 100644 --- a/src/extensions/oop.nim +++ b/src/extensions/oop.nim @@ -277,7 +277,6 @@ macro class*(head: untyped, body: untyped): untyped = # # echo typeDecl.treeRepr # -------------------- - # StmtList # TypeSection # TypeDef # Ident !"Animal"