summaryrefslogblamecommitdiff
path: root/test/files/neg/t7501/t7501_2.scala
blob: 044caea3c35cca31973564d4b2c6511841bd8a7b (plain) (tree)
1
2
3
4
5




                                               
object Test {
  def foo(a: A) = a.name

  type TP = X // already failed before this fix
}