```webidl interface mixin Mixin { void op(optional boolean arg = 3); // no! }; dictionary Dict { DOMString str = true; // no! }; ``` See also https://github.com/heycam/webidl/pull/750#issuecomment-536238161.