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.
def foo(f: (erased Int) => Int): Int = { erased val ctx = 1 f(ctx) }
gives compilation error
value ctx is declared as erased, but is in fact used
dotty version : 0.13-RC1