You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, the ASC 2.0 compiler in the AIR SDK doesn't seem to perform type checks on super calls either. That's a bug that Harman should fix too. The Flex SDK compiler checks all super class properly, though.
Hi @joshtynjala,
I just noticed that the compiler is not performing type checks for
super
calls in constructors.Having this would prevent runtime errors by detecting issues at compilation time.
The following code compiles fine but fails at runtime:
Best,
Aurélien
The text was updated successfully, but these errors were encountered: