summaryrefslogblamecommitdiff
path: root/test/files/pos/protected-static/S.scala
blob: 644633546df42535eff15d3353e540f8d59feb95 (plain) (tree)
1
2
3
4
5
6
7






                                         
package bippy

object Test extends J {
  def main(args: Array[String]): Unit = {
    bippy.J.f()
  }
}