"Parent ctor" :(string)
"Child ctor" :(string)
"Test start" :(string)
"super.Parent() - expecting parent ctor" :(string)
"Parent ctor" :(string)
"super.not_overridden() - expecting parent not_overridden" :(string)
"Parent not_overridden" :(string)
"super.overridden() - expecting parent overridden" :(string)
"Parent overridden" :(string)
"this.overridden() - expecting child overrridden" :(string)
"Child overridden" :(string)
"super.parent_var - expecting 1" :(string)
1 :(int)
"test complete" :(string)
