summaryrefslogtreecommitdiff
path: root/test/files/pos
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/pos
parent6865be2978bf34899c26c8bf2a1bcab1e4b89417 (diff)
downloadscala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.tar.gz
scala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.tar.bz2
scala-fa92e7b7e3a92ac0dfa2a69a6fefc79d3720bc73.zip
moved bug649.scala to neg/ directory
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/bug649.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/pos/bug649.scala b/test/files/pos/bug649.scala
deleted file mode 100644
index 2519eb5cf3..0000000000
--- a/test/files/pos/bug649.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-object test {
- def foo[A] = 0
- def foo[A] = foo[A]
-}