We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3375e8e commit 7e706e3Copy full SHA for 7e706e3
fnGen/WrapFnGen.scala
@@ -143,7 +143,7 @@ object WrapFnGen {
143
144
private def buildWrappersViaReflection: Seq[SamConversionCode] = {
145
146
- val pack: Symbol = rootMirror.getPackageIfDefined(TermName("java.util.function"))
+ val pack: Symbol = rootMirror.getPackageIfDefined("java.util.function")
147
148
case class Jfn(iface: Symbol, sam: Symbol) {
149
lazy val genericCount = iface.typeParams.length
0 commit comments