summaryrefslogtreecommitdiff
path: root/test/pending/neg/scopes.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/scopes.check')
-rw-r--r--test/pending/neg/scopes.check22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/pending/neg/scopes.check b/test/pending/neg/scopes.check
deleted file mode 100644
index 152c820317..0000000000
--- a/test/pending/neg/scopes.check
+++ /dev/null
@@ -1,22 +0,0 @@
-scopes.scala:1 error: x is already defined as value x
-case class test0(x: int, x: float)
- ^
-scopes.scala:2 error: x is already defined as value x
-
-^
-scopes.scala:5 error: x is already defined as value x
- val x: float = .0f
- ^
-scopes.scala:8 error: y is already defined as value y
- val y: float = .0f
- ^
-scopes.scala:11 error: x is already defined as value x
- def params(x: int, x: float) = x
- ^
-scopes.scala:12 error: y is already defined as value y
- def curried(x: int)(y: int, y: float) = x + y
- ^
-scopes.scala:13 error: x is already defined as value x
- (x: int, x: float) => x
- ^
-7 errors found