With: ``` scala object Test { def foo = inlineMe inline def inlineMe = 1 + x // where x is not defined anywhere } ``` the compiler crashes.