summaryrefslogtreecommitdiff
path: root/test/files/pos/t2433/Test.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2010-03-25 20:21:45 +0000
committerMartin Odersky <odersky@gmail.com>2010-03-25 20:21:45 +0000
commitaa406f4b8264a17926f3cafdc61010b7210c67b8 (patch)
tree87e881fec60dfe1d0f9250feff3946cbcc465bc2 /test/files/pos/t2433/Test.scala
parent6ee24a3c5d31ef769e47410d8806a5f4bd7a06bf (diff)
downloadscala-aa406f4b8264a17926f3cafdc61010b7210c67b8.tar.gz
scala-aa406f4b8264a17926f3cafdc61010b7210c67b8.tar.bz2
scala-aa406f4b8264a17926f3cafdc61010b7210c67b8.zip
I think this closes #2433.
Diffstat (limited to 'test/files/pos/t2433/Test.scala')
-rwxr-xr-xtest/files/pos/t2433/Test.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/t2433/Test.scala b/test/files/pos/t2433/Test.scala
new file mode 100755
index 0000000000..02fd89b646
--- /dev/null
+++ b/test/files/pos/t2433/Test.scala
@@ -0,0 +1,3 @@
+object Test {
+ (new A223).foo()
+}