1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-11 23:07:25 +00:00
2017-10-02 12:52:15 +02:00

8 lines
142 B
TypeScript

function simple(): void {
}
function typeparams<T, V extends T>(a: V | null = null): void {
}
@decorator()
function withdecorator(): void {
}