```scala scala> def exit(): Nothing = {System.exit(0); throw new AssertionError} def exit(): Nothing scala> exit() 1 |exit() |^ |value `show` is not a member of Nothing ```