aboutsummaryrefslogblamecommitdiff
path: root/tests/disabled/macro/pos/t5223.scala
blob: bfd1e153c3973ad21af59ce3baffa2dea796a813 (plain) (tree)
1
2
3
4
5
6





                                                                              
import scala.reflect.runtime.universe._

object Foo extends App {
  reify{def printf(format: String, args: Any*): String = null }
  reify{def printf(format: String, args: Any*): String = ("abc": @deprecated)}
}