This is valid code: ```scala trait A extends (B => B){} ``` but it's currently showing `extends` differently than in simpler cases:  vs 