1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-24 04:01:46 +00:00
Files
assemblyscript/tests/parser/decorators.ts.fixture.ts

12 lines
168 B
TypeScript

@global
@operator("+")
@operator.binary("-")
@operator.prefix("~")
@operator.postfix("++")
@unmanaged
@sealed
@inline
@external("a", "b")
@custom
function a(): void {}