You name the following in your docs:

AFAIK the used intersection type is invalid:

It will result in a fatal error.
Foo&Bar
should be used in the example.
If you agree I will create a PR
EDIT, it looks like they talk about a intersection types, but use | instead of & in the second screenshot, but a property cannot be int and string at the same time 🤔