summaryrefslogtreecommitdiff
path: root/test/files/run/spec-patmatch.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2010-02-28 21:09:06 +0000
committerIulian Dragos <jaguarul@gmail.com>2010-02-28 21:09:06 +0000
commitb94c6e0da6d33bc69f1419634128e2f401109b61 (patch)
tree89d1ed33a06fa92ae1282034927b188d4cf9398c /test/files/run/spec-patmatch.check
parent9bfc0f0ac615b48b39b696dc1fb61ba07e5e8274 (diff)
downloadscala-b94c6e0da6d33bc69f1419634128e2f401109b61.tar.gz
scala-b94c6e0da6d33bc69f1419634128e2f401109b61.tar.bz2
scala-b94c6e0da6d33bc69f1419634128e2f401109b61.zip
Fixed specialized pattern matches.
specialized implementations.
Diffstat (limited to 'test/files/run/spec-patmatch.check')
-rw-r--r--test/files/run/spec-patmatch.check19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/files/run/spec-patmatch.check b/test/files/run/spec-patmatch.check
new file mode 100644
index 0000000000..a6679fa1c7
--- /dev/null
+++ b/test/files/run/spec-patmatch.check
@@ -0,0 +1,19 @@
+bool
+byte
+short
+char
+int
+long
+double
+float
+default
+object instantiations:
+bool
+byte
+short
+char
+int
+long
+double
+float
+default