Seems to give almost the same output:
> type
>
>
> Dumb112023 = ref object of RootObj
> contents: int
> method frobnicate(this112025: Dumb112023) {.base.} =
> echo "frobnicating!"and I still don't understand why Dumb turns into Dumb112023, maybe I will later
