`List<C extends (A intersection B)>` would t...
# random
d
List<C extends (A intersection B)>
would that also be weird, but parseable as
List<(C extends A) intersection B)>
? =p