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