From 87e369ef46bd2ca569ffd1cd6f3a554f1d645dc9 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 19 Feb 2012 00:03:55 -0800 Subject: More specialization tests. Some in pending, some in files. Closes SI-4770. --- test/pending/pos/t4787.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/pending/pos/t4787.scala (limited to 'test/pending/pos/t4787.scala') diff --git a/test/pending/pos/t4787.scala b/test/pending/pos/t4787.scala new file mode 100644 index 0000000000..cf3fe93c50 --- /dev/null +++ b/test/pending/pos/t4787.scala @@ -0,0 +1,4 @@ +trait MatrixImpl[@specialized A, @specialized B] { + def mapTo[ A2, B2, That <: MatrixImpl[A2, B2]](that: That)(f: A => A2) { + } +} -- cgit v1.2.3