mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
interface NonNullable {
|
|
attribute any? foo;
|
|
}; |