mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-29 22:51:46 +00:00
Initial commit
This commit is contained in:
4
tests/parser/fixtures/function.ts
Normal file
4
tests/parser/fixtures/function.ts
Normal file
@ -0,0 +1,4 @@
|
||||
function simple(): void {
|
||||
}
|
||||
function typeparams<T, V extends T>(a: V | null = null): void {
|
||||
}
|
Reference in New Issue
Block a user