summaryrefslogtreecommitdiff
path: root/test/files/neg/t8849.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8849 Makes `ExecutionContext.Implicits.global` ambiguousViktor Klang2014-10-201-0/+10
There was an unfortunate side-effect from having `Implicits.global` be of type `ExecutionContextExecutor`; it is more specific than `ExecutionContext`, as such it would be picked over other `ExecutionContexts` in the implicit scope.