Perfectoff
Results
1
comments of
Perfectoff
Well, the problem is even worse. We can't even do this: ``` const arr : readonly number[] = []; const obj : {} = arr; // error! ```