From 78eee86fc02558fbe195b15e448f9bcd4b5f167a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 16 Feb 2017 20:15:21 -0800 Subject: update MiMa whitelist for infix annotation little missing piece of https://github.com/scala/scala/pull/5589 --- bincompat-forward.whitelist.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bincompat-forward.whitelist.conf') diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf index bb9078c362..eee2d6df34 100644 --- a/bincompat-forward.whitelist.conf +++ b/bincompat-forward.whitelist.conf @@ -58,6 +58,14 @@ filter { { matchName="scala.collection.immutable.HashMap#HashMapCollision1.contains0" problemName=DirectMissingMethodProblem + }, + { + matchName="scala.annotation.showAsInfix$" + problemName=MissingClassProblem + }, + { + matchName="scala.annotation.showAsInfix" + problemName=MissingClassProblem } ] } -- cgit v1.2.3