aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/pos/t8064/Client_2.scala
blob: 42c9b21ce73a2d2c82f338ce256ed5b83359cf06 (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)