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