summaryrefslogtreecommitdiff
path: root/test/files/neg/t4079.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2011-01-26 07:33:07 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2011-01-26 07:33:07 +0000
commitec9b00e1955fb24038542c5ba67ba8483efb5b50 (patch)
treeb3d4d3cc538ce40735c1efc7a9eb99cf2f43d4ea /test/files/neg/t4079.check
parentfe1f2b8096571947ac07126fb155aba94ea2088a (diff)
downloadscala-ec9b00e1955fb24038542c5ba67ba8483efb5b50.tar.gz
scala-ec9b00e1955fb24038542c5ba67ba8483efb5b50.tar.bz2
scala-ec9b00e1955fb24038542c5ba67ba8483efb5b50.zip
closes #2741, #4079: pickling now ensures that ...
closes #2741, #4079: pickling now ensures that a local type param with a non-local owner, which will thus get a localized owner, will only get a class as its localized owner if its old owner was a class (otherwise, NoSymbol) this ensures that asSeenFrom does not treat typerefs to this symbol differently after pickling. todo: should we pro-actively set the owner of these type params to something else than the type alias that they originate from? see notes in typeFunAnon review by odersky
Diffstat (limited to 'test/files/neg/t4079.check')
-rw-r--r--test/files/neg/t4079.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t4079.check b/test/files/neg/t4079.check
new file mode 100644
index 0000000000..f4c956c445
--- /dev/null
+++ b/test/files/neg/t4079.check
@@ -0,0 +1,4 @@
+t4079_2.scala:2: error: could not find implicit value for parameter f: Functor[List]
+ Cat.compose[List,Option].Functor
+ ^
+one error found