summaryrefslogtreecommitdiff
path: root/test/files/run/array-existential-bound.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-01-06 15:51:09 -0800
committerPaul Phillips <paulp@improving.org>2012-01-06 19:35:33 -0800
commitd6346f7c567894e635d92fe9408d2b340c93b9b4 (patch)
tree27639968bcb682eec97df6d7fc2d57cdb65b4c4a /test/files/run/array-existential-bound.check
parentf39537a369e3b137f5b1bef21cc8f5d86bc9d9d8 (diff)
downloadscala-d6346f7c567894e635d92fe9408d2b340c93b9b4.tar.gz
scala-d6346f7c567894e635d92fe9408d2b340c93b9b4.tar.bz2
scala-d6346f7c567894e635d92fe9408d2b340c93b9b4.zip
Fix for crasher where Arrays meet abstract types.
This sort of thing was crashing. No longer. trait Fooz[Q <: Array[_]] { def f0(x: Q) = x.length }
Diffstat (limited to 'test/files/run/array-existential-bound.check')
-rw-r--r--test/files/run/array-existential-bound.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/array-existential-bound.check b/test/files/run/array-existential-bound.check
new file mode 100644
index 0000000000..f5cca843e3
--- /dev/null
+++ b/test/files/run/array-existential-bound.check
@@ -0,0 +1,4 @@
+2
+1000
+1000
+26