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
Calling function by name.apply(...) generate the same bytecode as name(...), but generated TASTY tree contains additional level of nested $anonfun. Can be problematic while disambiguating such functions called inside of another lambda.
The text was updated successfully, but these errors were encountered:
Calling function by
name.apply(...)
generate the same bytecode asname(...)
, but generated TASTY tree contains additional level of nested$anonfun
. Can be problematic while disambiguating such functions called inside of another lambda.The text was updated successfully, but these errors were encountered: