summaryrefslogtreecommitdiff
path: root/test/files/neg/bug649.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-07-10 18:32:56 +0000
committermichelou <michelou@epfl.ch>2006-07-10 18:32:56 +0000
commitfa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73 (patch)
tree1643c83db220368d4ae2222a5853bda77ffd30a4 /test/files/neg/bug649.check
parent6865be2978bf34899c26c8bf2a1bcab1e4b89417 (diff)
downloadscala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.tar.gz
scala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.tar.bz2
scala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.zip
moved bug649.scala to neg/ directory
Diffstat (limited to 'test/files/neg/bug649.check')
-rw-r--r--test/files/neg/bug649.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug649.check b/test/files/neg/bug649.check
new file mode 100644
index 0000000000..50505416e7
--- /dev/null
+++ b/test/files/neg/bug649.check
@@ -0,0 +1,4 @@
+bug649.scala:3 error: method foo is defined twice
+ def foo[A] = foo[A]
+ ^
+one error found