From a516098d4ed774c5ff4f53ef22ed8eb90dc1b8d5 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 8 May 2012 21:09:25 -0400 Subject: Fixes SI-5201. Adds flatten to TraversableViewLike. Note: This commit exposes a pretty rich type on flatten in views. HOWEVER, because we don't capture the higher kinded type of the underlying collection, it makes returning a more minimal type pretty dang hard. I can imagine a very breaking and painful change of capturing the underling collection as a higher-kinded type as well as the current view type in a *ViewLike.scala. I hope this kind of issue, along with others, drives a rethink of our view API design. --- test/files/run/t5201.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t5201.check (limited to 'test/files/run/t5201.check') diff --git a/test/files/run/t5201.check b/test/files/run/t5201.check new file mode 100644 index 0000000000..27ba77ddaf --- /dev/null +++ b/test/files/run/t5201.check @@ -0,0 +1 @@ +true -- cgit v1.2.3