summaryrefslogtreecommitdiff
path: root/test/files/run/constructors.check
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2003-08-28 09:08:36 +0000
committerschinz <schinz@epfl.ch>2003-08-28 09:08:36 +0000
commitf10b65baef4e685cc70a5cf91cfe5cd4a7cefa20 (patch)
treedc8da323313b3b2f8c60ea1fe7c0f81df05e180e /test/files/run/constructors.check
parent4409444f4994d1337f78484f0a0e5dc593f013fc (diff)
downloadscala-f10b65baef4e685cc70a5cf91cfe5cd4a7cefa20.tar.gz
scala-f10b65baef4e685cc70a5cf91cfe5cd4a7cefa20.tar.bz2
scala-f10b65baef4e685cc70a5cf91cfe5cd4a7cefa20.zip
*** empty log message ***
Diffstat (limited to 'test/files/run/constructors.check')
-rw-r--r--test/files/run/constructors.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/constructors.check b/test/files/run/constructors.check
new file mode 100644
index 0000000000..0743b7e296
--- /dev/null
+++ b/test/files/run/constructors.check
@@ -0,0 +1,5 @@
+x=1 y=2
+x=3 y=3
+x=1 y=1
+x=1 y=2 a=1 b=2 c=a
+x=3 y=3 a=3 b=3 c=b