aboutsummaryrefslogblamecommitdiff
path: root/tests/neg/i1708b.scala
blob: 9bcf1864dc2b9b66687629cc5cfc6967e15b9d54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                       
package foo {
  trait id {
    def bar: Int
  }
}
package foo {
  package id { // error
    class Bar
  }
}