``` def foo() = { new Cancellable { ... } } ``` turns into ``` def foo() = { new } ```
turns into