what I’d really like to generate is `class Foo(x: ...
# squarelibraries
p
what I’d really like to generate is
class Foo(x: Int, val y: Int) : Bar(x)
, but for now I’m generating an explicit property for
y
, initialized with the ctor argument