13b958eb4 ^
1 2 3 4 5 6 7
type Base* = ref object of RootObj s*: string method m*(b: Base) {.base.} = echo "Base ", b.s