mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Better testing infrastructure; Initial exports/imports/re-exports
This commit is contained in:
7
tests/parser/function.ts.fixture.ts
Normal file
7
tests/parser/function.ts.fixture.ts
Normal file
@ -0,0 +1,7 @@
|
||||
function simple(): void {
|
||||
}
|
||||
function typeparams<T, V extends T>(a: V | null = null): void {
|
||||
}
|
||||
@decorator()
|
||||
function withdecorator(): void {
|
||||
}
|
Reference in New Issue
Block a user