aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6204-a.scala
blob: dbc1144b42d965d1b272d05798d15e6f0807246e (plain) (blame)
1
2
3
4
5
6
7
8
9
import scala.reflect.runtime.universe._

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