summaryrefslogtreecommitdiff
path: root/test/files/pos/t6204-b.scala
blob: 86094d1a19043082b681d1d34049c4c048062a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import scala.reflect.runtime.universe._

object Bosh {
  def Besh {
    new {
      val t = typeOf[Option[_]]
      val x = t
    }
  }
}