Fix the test (#51839)

This commit is contained in:
Sheetal Nandi 2022-12-09 10:22:49 -08:00 committed by GitHub
parent 1f32fef5a2
commit 86e0fc92af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ export function test<N extends number>(singletons: ["a"][], i: N) {
//// [spreadTupleAccessedByTypeParameter.js]
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
exports.test = void 0;
function test(singletons, i) {
var singleton = singletons[i];