mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
11 lines
148 B
TypeScript
11 lines
148 B
TypeScript
|
@global
|
||
|
@operator("+")
|
||
|
@operator.binary("-")
|
||
|
@operator.prefix("~")
|
||
|
@operator.postfix("++")
|
||
|
@unmanaged
|
||
|
@sealed
|
||
|
@inline
|
||
|
@custom
|
||
|
function a(): void {}
|