summaryrefslogblamecommitdiff
path: root/test/files/pos/t5084.scala
blob: 17d0a68adf82e94cd2dfe74b32651992c0fdb879 (plain) (tree)
1
2
3
4
5


                                    
                      
 
case class Search(tpe: Search.Value)

object Search {
   type Value = String
}