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