summaryrefslogblamecommitdiff
path: root/test/files/run/t4766.scala
blob: c2a864ddb2343e02a30c19c0dac44d521e9da0cd (plain) (tree)
1
2
3
4
5
6
7






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

  println(x>)
}