summaryrefslogtreecommitdiff
path: root/test/files/neg/case-collision.check
blob: 4edc6f1205b3043890bde8cfa45f8adabdc9660f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
case-collision.scala:5: error: 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:11: error: Class foo.HyRaX$ differs only in case from foo.Hyrax$. Such classes will overwrite one another on case-insensitive filesystems.
object HyRaX
       ^
case-collision.scala:8: error: Class foo.DINGO$ differs only in case from foo.Dingo$. Such classes will overwrite one another on case-insensitive filesystems.
object DINGO
       ^
three errors found