1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-04-30 09:22:27 +00:00

8 lines
142 B
TypeScript
Raw Normal View History

2017-09-28 13:08:25 +02:00
function simple(): void {
}
function typeparams<T, V extends T>(a: V | null = null): void {
}
2017-10-02 12:52:15 +02:00
@decorator()
function withdecorator(): void {
}