-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation errors with Haxe 4: abstract Null<T> and OpIn (#12)
* Handle both typedef and abstract Null<T> Haxe 4 has switched to an abstract Null<T> [see: HaxeFoundation/haxe#6380]. * Handle both EIn (Haxe 3) and OpIn (Haxe 4) Haxe 4 made the change from an `EIn` expression to an `OpIn` binop [see: HaxeFoundation/haxe#6471].
- Loading branch information
1 parent
8fd679f
commit ec1b59e
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters