summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-25 16:01:10 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-25 16:01:10 +0100
commit4e3f290e375e7c99cfbf80be9559212fc158481c (patch)
treecc622b21e2d32585eaa968bc82c2f7b7e20cc9f7 /bincompat-forward.whitelist.conf
parent49f54abed4f82d9b58f416915edaaea889734344 (diff)
parentf9a5880bf82b71174eb3dbd6b67646bbc27a975a (diff)
downloadscala-4e3f290e375e7c99cfbf80be9559212fc158481c.tar.gz
scala-4e3f290e375e7c99cfbf80be9559212fc158481c.tar.bz2
scala-4e3f290e375e7c99cfbf80be9559212fc158481c.zip
Merge pull request #3636 from xeno-by/topic/mirror-typeof
introduces Mirror.typeOf
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index b84417e04a..58bf98a173 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -111,7 +111,7 @@ filter {
matchName="scala.reflect.api.StandardLiftables#StandardLiftableInstances.liftTree"
problemName=MissingMethodProblem
},
- // see SI-8331
+ // see SI-8331
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticSelectType"
problemName=MissingMethodProblem
@@ -152,6 +152,18 @@ filter {
{
matchName="scala.collection.Iterator#ConcatIterator.this"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.api.Mirror.symbolOf"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.api.Mirror.typeOf"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.api.Mirror.weakTypeOf"
+ problemName=MissingMethodProblem
}
]
}