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