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

object Bish {
  def m {
    object Bash {
      typeOf[Option[_]]
    }
  }
}