Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
WebIDL
/
valid
/
idl
/
nullableobjects.widl
blob: 83d1d40b2acfa3a36ed8b503df42050338cdabb6 [
file
] [
log
] [
blame
]
// Extracted from WebIDL spec 2011-05-23
interface
A
{
// ...
};
interface
B
{
// ...
};
interface
C
{
void
f
(
A
?
x
);
void
f
(
B
?
x
);
};