Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/johnjanInputTestAddition
/
.
/
WebIDL
/
invalid
/
idl
/
nonnullableobjects.widl
blob: 1deac5aeec90815102bf41fc437da2c962eaefac [
file
] [
log
] [
blame
] [
edit
]
interface
Foo
{};
interface
NonNullable
{
attribute
Foo
??
foo
;
};