mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Fix the test (#51839)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user