summaryrefslogtreecommitdiff
path: root/test/files/run/macro-divergence-spurious/Test_2.scala
blob: dcc4593335cb738bfd1b17fdc4811eb4e179d574 (plain) (blame)
1
2
3
object Test extends App {
  println(implicitly[Complex[Foo]])
}