|
@@ -2,8 +2,9 @@
|
|
|
|
|
|
Bugfixes:
|
|
|
|
|
|
- flash : fixed var shadowing issue for variables captured in a closure inside of a loop (#9624)
|
|
|
macro : fixed compiler crash if `@:genericBuild` meta is removed by a macro during building (#9391)
|
|
|
+ flash : fixed var shadowing issue for variables captured in a closure inside of a loop (#9624)
|
|
|
+ flash : fixed `VerifyError` exception when `Void` end up as an argument type after inlining (#9678)
|
|
|
nullsafety: fixed `@:nullSafety(Off)` in closures inside of constructors (#9643)
|
|
|
nullsafety: fixed "Type not found NullSafetyMode_Impl_" (#9483)
|
|
|
|