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
Test.hx:7: characters 2-31 : Field foo has no expression (possible typing order issue)
Test.hx:10: characters 17-23 : While building A_Int
The text was updated successfully, but these errors were encountered:
Jrayp
changed the title
Non-generic methods in generic, abstract classes cause compile errors
Abstract methods in generic, abstract classes cause compile errors
Jun 25, 2022
Also encountering this, I was able to work around it by removing the abstract modifier from the base class and adding a dummy implementation to the abstract method. Not ideal since I can't prevent instantiation with compile-time checks.
Haxe 4.2.5
I'm not sure if there is a logical reason for this, but it seems like a bug to me. See https://try.haxe.org/#b501c2DC
This causes two errors:
The text was updated successfully, but these errors were encountered: