aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t5760-pkgobj-warn/stalepkg_2.scala
blob: 924bf35fa982301c886e6219ff08047ae98e9da6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package object stalepkg {
}

package stalepkg {
  class Foo
  object Test {
    def main(args: Array[String]): Unit = {
    }
  }
}