compiler wont defeat me

This commit is contained in:
mpaulson 2022-08-11 21:29:52 -06:00
parent 3b1add129d
commit fdb181dad4

View file

@ -33,7 +33,7 @@ function pop(number: number) {
function get(idx: number) {
return function() {
a[idx];
return a[idx];
};
}