mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-10 16:29:08 +00:00
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
interface Foo {};
|
|
|
|
interface NonNullable {
|
|
attribute Foo?? foo;
|
|
}; |