inheritance from struct doesn't work correctly.
example:
A = struct(arg1, arg2) B = class(A) { __init__(arg1) = {|arg1, 10|} }
inheritance from struct doesn't work correctly.
example:
A = struct(arg1, arg2) B = class(A) { __init__(arg1) = {|arg1, 10|} }