mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
5 lines
No EOL
68 B
Text
5 lines
No EOL
68 B
Text
interface Foo {};
|
|
|
|
interface NonNullable {
|
|
attribute Foo?? foo;
|
|
}; |