aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-typecheck-implicitsdisabled/Test_2.scala
blob: 87d3148e9b2822275b304074eb066ea5bbe12187 (plain) (blame)
1
2
3
4
object Test extends dotty.runtime.LegacyApp {
  println(Macros.foo_with_implicits_enabled)
  println(Macros.foo_with_implicits_disabled)
}