8000 update MiMa whitelist for infix annotation · SethTisue/scala@78eee86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78eee86

Browse files
committed
update MiMa whitelist for infix annotation
little missing piece of scala#5589
1 parent c8e5504 commit 78eee86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bincompat-forward.whitelist.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ filter {
5858
{
5959
matchName="scala.collection.immutable.HashMap#HashMapCollision1.contains0"
6060
problemName=DirectMissingMethodProblem
61+
},
62+
{
63+
matchName="scala.annotation.showAsInfix$"
64+
problemName=MissingClassProblem
65 5318 +
},
66+
{
67+
matchName="scala.annotation.showAsInfix"
68+
problemName=MissingClassProblem
6169
}
6270
]
6371
}

0 commit comments

Comments
 (0)
0