summaryrefslogtreecommitdiff
path: root/test/files/run/t6236/file_1.scala
blob: 92d22799fc9b9d8415253265456d858bf030b62e (plain) (blame)
1
2
3
4
5
6
7
8
9
package p {
  object y {
    object x {
      @scala.annotation.static val foo: Int = 353
    }
  }
}