summaryrefslogtreecommitdiff
path: root/test/files/neg/bug284.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-02-18 22:03:28 +0000
committerPaul Phillips <paulp@improving.org>2009-02-18 22:03:28 +0000
commita626f6253829d0c8512551e8ae1290511cb077f1 (patch)
tree51e9e0e20d1279bbde2a5841ccdf3d9a6f016218 /test/files/neg/bug284.check
parent36b0e8178f74a2986bce5c9027b9a2b22a4e7527 (diff)
downloadscala-a626f6253829d0c8512551e8ae1290511cb077f1.tar.gz
scala-a626f6253829d0c8512551e8ae1290511cb077f1.tar.bz2
scala-a626f6253829d0c8512551e8ae1290511cb077f1.zip
Issue warning when attempting to refine Unit, p...
Issue warning when attempting to refine Unit, plus test case; bug #284.
Diffstat (limited to 'test/files/neg/bug284.check')
-rw-r--r--test/files/neg/bug284.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/neg/bug284.check b/test/files/neg/bug284.check
new file mode 100644
index 0000000000..7e54672365
--- /dev/null
+++ b/test/files/neg/bug284.check
@@ -0,0 +1,8 @@
+bug284.scala:2: warning: Detected apparent refinement of Unit; are you missing an '=' sign?
+ def f1(a: T): Unit { }
+ ^
+bug284.scala:6: error: eof expected but '}' found.
+}
+^
+one warning found
+one error found