mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 00:41:32 +00:00
give it a shot
This commit is contained in:
@ -779,7 +779,7 @@ function createReverseOrderedNestedArray(size: i32): Array<Array<i32>> {
|
||||
}
|
||||
|
||||
class Proxy<T> {
|
||||
constructor(public x: T) {}
|
||||
constructor(public x: T = 0) {}
|
||||
}
|
||||
|
||||
function createReverseOrderedElementsArray(size: i32): Proxy<i32>[] {
|
||||
|
Reference in New Issue
Block a user