summaryrefslogtreecommitdiff
path: root/test/files/neg/case-collision2.check
blob: b8481f46bb16ba4a359d1911549780dc309f8f00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
case-collision2.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-collision2.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-collision2.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