summaryrefslogtreecommitdiff
path: root/test/files/neg/case-collision.check
blob: 7360833a7da3671a7b401a23d81b598627bed947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
case-collision.scala:5: warning: Class foo.BIPPY differs only in case from foo.Bippy. Such classes will overwrite one another on case-insensitive filesystems.
class BIPPY
      ^
case-collision.scala:8: warning: Class foo.DINGO$ differs only in case from foo.Dingo$. Such classes will overwrite one another on case-insensitive filesystems.
object DINGO
       ^
case-collision.scala:11: warning: Class foo.HyRaX$ differs only in case from foo.Hyrax$. Such classes will overwrite one another on case-insensitive filesystems.
object HyRaX
       ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found