summaryrefslogtreecommitdiff
path: root/test/pending/pos
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2008-08-07 17:16:59 +0000
committerMartin Odersky <odersky@gmail.com>2008-08-07 17:16:59 +0000
commitaa1f5a76e4b16035328444cd12e3bc35cc864b09 (patch)
tree81b60c8f66a490ce94ca5ccb49ecb1cf81d2b99e /test/pending/pos
parent6de93c661f06eac429a1fee6677f408c562534b2 (diff)
downloadscala-aa1f5a76e4b16035328444cd12e3bc35cc864b09.tar.gz
scala-aa1f5a76e4b16035328444cd12e3bc35cc864b09.tar.bz2
scala-aa1f5a76e4b16035328444cd12e3bc35cc864b09.zip
fixed #1127
Diffstat (limited to 'test/pending/pos')
-rw-r--r--test/pending/pos/t1038.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/pos/t1038.scala b/test/pending/pos/t1038.scala
deleted file mode 100644
index 7157aafa06..0000000000
--- a/test/pending/pos/t1038.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-class X(x : Int)
-
-object Y {
- val a = new X
- import a._
- implicit val b : Int = 1
-}