<!-- BUGS: Please use this template. --> **TypeScript Version:** 2.4.0 **Code** ```TypeScript const testArray: ReadonlyArray<string>; testArray = new Array<string>(); const newArray = testArray.sort(); ``` **Expected behavior:** Return a new resorted array **Actual behavior:** ReadOnlyArray have no **sort** member