summaryrefslogtreecommitdiff
path: root/test/files/neg/t8849.check
blob: 15b00aee8b7e7564c263084acbfd4284e330553c (plain) (blame)
1
2
3
4
5
6
7
t8849.scala:8: error: ambiguous implicit values:
 both value global in object Implicits of type => scala.concurrent.ExecutionContext
 and value dummy of type scala.concurrent.ExecutionContext
 match expected type scala.concurrent.ExecutionContext
    require(implicitly[ExecutionContext] eq dummy)
                      ^
one error found