Closed lbulej closed 3 years ago
Scala 2.13.4 refuses to convert methods without a parameter list and by-name params to functions as m _ and requires using () => m instead.
m _
() => m
This is a part of cleanups I did to get the library work with Scala 2.13 in the Renaissance benchmark suite.
Scala 2.13.4 refuses to convert methods without a parameter list and by-name params to functions as
m _
and requires using() => m
instead.This is a part of cleanups I did to get the library work with Scala 2.13 in the Renaissance benchmark suite.