summaryrefslogtreecommitdiff
path: root/test/files/pos/t8064/Client_2.scala
blob: 44106782c7812b1173728171423d0e28c935a67e (plain) (blame)
1
2
3
4
5
6
7
8
object Test {
  Macro {
    def s = ""
    Macro(s): @unchecked
    ???
  }
}
// Was: a range position validation error (unpositioned tree)