mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 18:26:40 +00:00
Fix some array function parsing and serialization issues
Quite similar to #256 and also uses its test, but also fixes the serializer and doesn't try to parse an untyped 'x => x'.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function simple(): void {}
|
||||
function typeparams<T, V extends T>(a: V | null = null): void {}
|
||||
function typeparams<T, V extends T>(a?: V | null = null): void {}
|
||||
@decorator()
|
||||
function withdecorator(): void {}
|
||||
function withthis(this: i32): i32 {
|
||||
|
Reference in New Issue
Block a user