blob: 6c875ff04b52312bc55f737347e9924c26847cd8 [file] [log] [blame]
interface Foo {};
interface NonNullable {
attribute Foo??
foo;
};