summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 3012ce4eeb..08d972eee1 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -252,5 +252,21 @@ filter {
matchName="scala.reflect.internal.Types.uncheckedBounds"
problemName=MissingMethodProblem
}
+ {
+ matchName="scala.reflect.internal.Trees.scala$reflect$internal$Trees$$duplicator"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.Trees.duplicateAndKeepPositions"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.Trees.scala$reflect$internal$Trees$$duplicator"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.SymbolTable.scala$reflect$internal$Trees$$duplicator"
+ problemName=IncompatibleResultTypeProblem
+ }
]
}