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.
Replacing erased by implicit works, so this is specific to erased function types.
erased
implicit
scala> def foo: (erased (x: Int) => Int) = erased x => 1 1 |def foo: (erased (x: Int) => Int) = erased x => 1 | ^ | found: erased Int => Int | required: (erased Int => Int){apply(x: Int): Int} |