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
Error: ./src/states/Test.cpp:107:86: error: conditional expression is ambiguous; 'ObjectPtrstates::Derived_obj' can be converted to 'ObjectPtrstates::Base_obj' and vice versa
if (HX_FIELD_EQ(inName,"top") ) { return ::hx::Val( inCallProp == ::hx::paccAlways ? get_top() : top ); }
It almost seems like this shouldn't be allowed
Note: my actual test was a blank flixel project, built via lime test mac -debug - clean
The text was updated successfully, but these errors were encountered:
It looks silly with the explicit type-hint, but I can see legit use cases for this in general. To me this looks like the generated output needs a cast in such cases.
The following results in an error on my mac
The error is
It almost seems like this shouldn't be allowed
Note: my actual test was a blank flixel project, built via
lime test mac -debug - clean
The text was updated successfully, but these errors were encountered: