summaryrefslogtreecommitdiff
path: root/test/files/run/t1501.check
diff options
context:
space:
mode:
authorTiark Rompf <tiark.rompf@epfl.ch>2008-11-10 20:31:12 +0000
committerTiark Rompf <tiark.rompf@epfl.ch>2008-11-10 20:31:12 +0000
commit8a69a88c9a72aaf9971fb4feb92b1c25c106ff3d (patch)
treec2cf883e6759ee6749ec0160b5ac7ab83cb5177e /test/files/run/t1501.check
parent5d6c2cb4c663f4351f5eacb6c9f6f9b0cedf4966 (diff)
downloadscala-8a69a88c9a72aaf9971fb4feb92b1c25c106ff3d.tar.gz
scala-8a69a88c9a72aaf9971fb4feb92b1c25c106ff3d.tar.bz2
scala-8a69a88c9a72aaf9971fb4feb92b1c25c106ff3d.zip
fixed #1500 and #1501
Diffstat (limited to 'test/files/run/t1501.check')
-rw-r--r--test/files/run/t1501.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t1501.check b/test/files/run/t1501.check
new file mode 100644
index 0000000000..7ec1495292
--- /dev/null
+++ b/test/files/run/t1501.check
@@ -0,0 +1,3 @@
+defined class xyz
+loopWhile: [T](=> Boolean)(=> Unit @xyz[T])Unit @xyz[T]
+test: ()Unit @xyz[Int]