mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
fix(38299): use string literals as keys to creating rest result (#38600)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// @target: es5
|
||||
const { 0: a, ...b } = [0, 1, 2];
|
||||
Reference in New Issue
Block a user