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
* [jvm] rework functional interface unification again
see #11390
* add test
see #11236
* lazily check functional interface lut if there's no value
see #11549
Modified from #11236 (comment):
This doesn't give any completion. Adding
@:debug.display
shows that it just randomly ends:Probably related to the
exec.schedule
call because usingcast f
there makes it work.The text was updated successfully, but these errors were encountered: