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
The following code compiles with 2.9.1, but fails with the nightly of Jan 23 2012. You may be able to minimize the test even further, not sure if the higher-kinded type is needed.
existential2.scala:13:error: constructor of type (T1, T2) cannot be uniquely instantiated to expected typeTuple2[Test.this.Task[?>:Nothing<:Any], Test.this.Task[?>:Nothing<:Any]]
--- because ---
undetermined typecase (caller: Task[_], target: Task[_]) =>"bazinga!"^
one error found
The text was updated successfully, but these errors were encountered:
The following code compiles with 2.9.1, but fails with the nightly of Jan 23 2012. You may be able to minimize the test even further, not sure if the higher-kinded type is needed.
This could be a duplicate of #5399.
Errors with current trunk compiler:
The text was updated successfully, but these errors were encountered: