summaryrefslogtreecommitdiff
path: root/test/files/pos/t5223.scala
blob: 0b2528e3673787d58815c48aecdd17d9fe48b03c (plain) (blame)
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": @cloneable)}
}