mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Progress; Restructuring
This commit is contained in:
@ -2,3 +2,6 @@ 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