pretty-stacktraces
pretty-stacktraces copied to clipboard
Cannot disambiguate frames for apply-invoked functions
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.