summaryrefslogtreecommitdiff
path: root/test/files/neg/t8104.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-12-28 02:40:44 +0300
committerEugene Burmako <xeno.by@gmail.com>2013-12-28 22:24:16 +0300
commit4b9e8e34171e2162af2b1ce7faef45c31814a477 (patch)
treec5acfe4e0659228bdf45c917af42c48644537f9b /test/files/neg/t8104.check
parent9f0594c57716ed551918e15be6da843982e8ba12 (diff)
downloadscala-4b9e8e34171e2162af2b1ce7faef45c31814a477.tar.gz
scala-4b9e8e34171e2162af2b1ce7faef45c31814a477.tar.bz2
scala-4b9e8e34171e2162af2b1ce7faef45c31814a477.zip
codifies the state of the art wrt SI-8104
As it was discovered in SI-8104, whiteboxity doesn’t apply equally to type parameters and type members of materialized type classes. During implicit search and subsequent type inference, whitebox type parameters are consistently erased to wildcards, whereas whitebox type members sometimes remain as is and get in the way of signature conformance checks.
Diffstat (limited to 'test/files/neg/t8104.check')
-rw-r--r--test/files/neg/t8104.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t8104.check b/test/files/neg/t8104.check
new file mode 100644
index 0000000000..69b3461bd5
--- /dev/null
+++ b/test/files/neg/t8104.check
@@ -0,0 +1,4 @@
+Test_2.scala:20: error: could not find implicit value for parameter e: Generic.Aux[Test.C,(Int, Int)]
+ implicitly[Generic.Aux[C, (Int, Int)]]
+ ^
+one error found