Simon Krajewski
Simon Krajewski
Moved to 4.1 because it's a rather involved project.
This won't be resolved for 4.1. Which target are you concerned about?
@kLabz What do you think about this? Any workaround you can recommend for #8314? I really don't want people to be stuck on RC versions.
At this point I can say that unfortunately this won't be addressed for the C# target.
I'd expect this to be an instance method.
Oh there are two functions... that is some rather confusing naming. I wonder if we can just support overloading the constructor for this. Not sure if that just works already.
What is the error?
I suspect that this is some general problem in the typer because the HL generator doesn't care about `@:structInit` at all.
Yeah this generates a `super()` call without arguments, even though the parent constructor has one argument. Fails on some other targets too.
Actually, I think this just has to fail with `Missing super constructor call` because we wouldn't know what argument to pass in.