assemblyscript/tests/parser/decorators.ts

12 lines
168 B
TypeScript

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