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