summaryrefslogtreecommitdiff
path: root/test/files/neg/package-ob-case.check
blob: 063a120db12194db7471eb7ed5fb90443ab781aa (plain) (blame)
1
2
3
4
5
6
7
package-ob-case.scala:3: warning: it is not recommended to define classes/objects inside of package objects.
If possible, define class X in package foo instead.
    case class X(z: Int) { }
               ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found