summaryrefslogblamecommitdiff
path: root/test/files/run/t4766.scala
blob: d67431f50e016a16b2663754e8d8a1861dcd5f60 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                     






                         
import scala.language.postfixOps
import scala.language.reflectiveCalls

object Test extends App {
  val x = new {
    def > = 1
  }

  println(x>)
}