mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
12 lines
168 B
TypeScript
12 lines
168 B
TypeScript
@global
|
|
@operator("+")
|
|
@operator.binary("-")
|
|
@operator.prefix("~")
|
|
@operator.postfix("++")
|
|
@unmanaged
|
|
@sealed
|
|
@inline
|
|
@external("a", "b")
|
|
@custom
|
|
function a(): void {}
|