Closed stepa2 closed 11 months ago
It shouldn't compile. Function overriding isn't a thing anymore on @strict
. It's a hacky weird dynamic behavior. If you want it, use lambdas.
Closing as I never guaranteed backwards compatibility with @strict
(only for very widely used / common programming stuff)
Following code does not compile.
No workarounds that keep type checking of argument and return value.