mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Fix the test (#51839)
This commit is contained in:
parent
1f32fef5a2
commit
86e0fc92af
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user