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
Task(sth).map(throw Error()) doesn't lead to failing the Task, because throw Error() has Nothing type, so it has also lambda type. If such a check is possible, it should be included in commons-analyzer.