```scala 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