blob: 1deac5aeec90815102bf41fc437da2c962eaefac [file] [log] [blame]
interface Foo {};
interface NonNullable {
attribute Foo?? foo;
};