aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/protected-static-fail/S0.scala
blob: 93a7bd91a89207558ab5a3120600f9c444dea1a7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                               
package bippy

object S1 {
  protected def f1() = "hi mom"
}

class S2 {
  protected def f2() = "hi mom"
}