Fix regression triggered by Bug 349326 - [1.7] new warning for missing try-with-resources
Due to eager super-resolving we might get called back into getMemberType while the array is being sorted,
=> need to perform sorting on a copy!
1 file changed