give it a shot

This commit is contained in:
dcode
2019-03-21 18:30:36 +01:00
parent d9463c5484
commit e57fa14ff9
5 changed files with 740 additions and 204 deletions

View File

@ -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>[] {