is there a way to do multiple class generic constr...
# getting-started
m
is there a way to do multiple class generic constraints and interface delegation? Because of delegation it doesn't compile 🤔
s
oh wow, this is apparently whitespace sensitive
Copy code
class Foo2<T>(a: A) : A by a
    where T : B
m
oooh 😮
thanks!
👍 1
s
thanks for asking, I learned something today 😂
😄 1
m
hah, yea, it seems we're at the edge of the syntax