```scala object Foo: inline def get = 0 object Bar: export Foo._ val v = Bar.get // Fails: method get is declared as erased, but is in fact used ```