Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
web_platform_tests
/
WebIDL
/
invalid
/
idl
/
nonnullableobjects.widl
blob: 1deac5aeec90815102bf41fc437da2c962eaefac [
file
]
interface
Foo
{};
interface
NonNullable
{
attribute
Foo
??
foo
;
};