summaryrefslogtreecommitdiff
path: root/test/files/pos/t5031_2.scala
blob: ded3e82301ca4e34148a1b65e2aec7507bf23cd2 (plain) (blame)
1
2
3
4
5
6
7
package object t5031 {	
  class ID
}

package t5031 {
  object ID
}