|
14 | 14 |
|
15 | 15 | MAX DEPTH 3 LEVELS |
16 | 16 | */ |
| 17 | +const p = "propName"; |
17 | 18 | var V; |
18 | 19 | function F() { }; |
19 | 20 | class C { |
@@ -701,6 +702,7 @@ define(["require", "exports"], function (require, exports) { |
701 | 702 | |
702 | 703 | MAX DEPTH 3 LEVELS |
703 | 704 | */ |
| 705 | + var p = "propName"; |
704 | 706 | var V; |
705 | 707 | function F() { } |
706 | 708 | ; |
@@ -1114,6 +1116,7 @@ define(["require", "exports"], function (require, exports) { |
1114 | 1116 |
|
1115 | 1117 |
|
1116 | 1118 | //// [giant.d.ts] |
| 1119 | +declare const p = "propName"; |
1117 | 1120 | export declare var eV: any; |
1118 | 1121 | export declare function eF(): void; |
1119 | 1122 | export declare class eC { |
@@ -1153,6 +1156,7 @@ export interface eI { |
1153 | 1156 | new (...p3: any[]): any; |
1154 | 1157 | new (p4: string, p5?: string): any; |
1155 | 1158 | new (p6: string, ...p7: any[]): any; |
| 1159 | + [p]: any; |
1156 | 1160 | [p1: string]: any; |
1157 | 1161 | [p2: string, p3: number]: any; |
1158 | 1162 | p: any; |
@@ -1205,6 +1209,7 @@ export declare namespace eM { |
1205 | 1209 | new (...p3: any[]): any; |
1206 | 1210 | new (p4: string, p5?: string): any; |
1207 | 1211 | new (p6: string, ...p7: any[]): any; |
| 1212 | + [p]: any; |
1208 | 1213 | [p1: string]: any; |
1209 | 1214 | [p2: string, p3: number]: any; |
1210 | 1215 | p: any; |
@@ -1320,6 +1325,7 @@ export declare namespace eaM { |
1320 | 1325 | new (...p3: any[]): any; |
1321 | 1326 | new (p4: string, p5?: string): any; |
1322 | 1327 | new (p6: string, ...p7: any[]): any; |
| 1328 | + [p]: any; |
1323 | 1329 | [p1: string]: any; |
1324 | 1330 | [p2: string, p3: number]: any; |
1325 | 1331 | p: any; |
@@ -1379,6 +1385,7 @@ export declare namespace eaM { |
1379 | 1385 | new (...p3: any[]): any; |
1380 | 1386 | new (p4: string, p5?: string): any; |
1381 | 1387 | new (p6: string, ...p7: any[]): any; |
| 1388 | + [p]: any; |
1382 | 1389 | [p1: string]: any; |
1383 | 1390 | [p2: string, p3: number]: any; |
1384 | 1391 | p: any; |
@@ -1406,3 +1413,4 @@ export declare namespace eaM { |
1406 | 1413 | namespace eM { } |
1407 | 1414 | } |
1408 | 1415 | } |
| 1416 | +export {}; |
0 commit comments