TypeScript/tests/baselines/reference/classMemberWithMissingIdentifier2.types
Orta Therox aa2756a5d7
Updates Dom lib with TSJS changes, adding a new library for webworker iterable (#40500)
* Updates Dom lib with TSJS changes, adding a new library for webworker iterable

Co-authored-by: Nathan Shively-Sanders <nathansa@microsoft.com>

* Fixes tests

Co-authored-by: Nathan Shively-Sanders <nathansa@microsoft.com>
2020-09-11 15:36:00 -04:00

12 lines
231 B
Plaintext

=== tests/cases/compiler/classMemberWithMissingIdentifier2.ts ===
class C {
>C : C
public {[name:string]:VariableDeclaration};
> : any
>[name:string] : any[]
>name : void
>string : any
>VariableDeclaration : any
}