summaryrefslogtreecommitdiff
path: root/test/files/neg/t8849.check
blob: 1d5b4164b205388d495d550d712762ed747404f6 (plain) (blame)
1
2
3
4
5
6
7
t8849.scala:8: error: ambiguous implicit values:
 both lazy 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