Skip to content

Commit da3c86f

Browse files
committed
Back quote unused which is now a keyword
1 parent 1ba0ce4 commit da3c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalatest/src/main/scala/org/scalatest/easymock/EasyMockSugar.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ trait EasyMockSugar {
353353
* <code>expecting</code> invoke <code>replay</code> last.
354354
* </p>
355355
*/
356-
def expecting(unused: Any): Unit = ()
356+
def expecting(`unused`: Any): Unit = ()
357357

358358
/**
359359
* Invokes <code>replay</code> on the passed mock object or objects, executes the passed function, then invokes

0 commit comments

Comments
 (0)