aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/clashes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/clashes.scala')
-rw-r--r--tests/neg/clashes.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/neg/clashes.scala b/tests/neg/clashes.scala
index 11354706d..6c051953d 100644
--- a/tests/neg/clashes.scala
+++ b/tests/neg/clashes.scala
@@ -1,6 +1,6 @@
object Test {
class C
- type C
+ type C // error
}
-object Test
+object Test // error