SYMBOL INDEX (71 symbols across 3 files) FILE: test-files/indentation-reference-document.ts function getGlobalTypingsCacheLocation (line 23) | function getGlobalTypingsCacheLocation() { type NodeChildProcess (line 31) | interface NodeChildProcess { type SomeType (line 38) | type SomeType = string | number; class Logger (line 40) | class Logger implements ts.server.Logger { method constructor (line 50) | constructor(private readonly logFilename: string) { method padStringRight (line 54) | static padStringRight(str: string, padding: string) { method close (line 58) | close() { class WithAGeneratorFirst (line 81) | class WithAGeneratorFirst { method blah (line 82) | *blah() { class WithAGeneratorAfterAProperty (line 86) | class WithAGeneratorAfterAProperty { method blah (line 89) | *blah() { class WithAGeneratorAfterAnotherMethod (line 93) | class WithAGeneratorAfterAnotherMethod { method foo (line 94) | foo() { method blah (line 97) | *blah() { class WithSpaceAfterAsterisk (line 101) | class WithSpaceAfterAsterisk { method bar (line 102) | bar() { method oops (line 105) | * oops() { class WithSpaceAfterParens (line 110) | class WithSpaceAfterParens { method bar (line 111) | bar() { method oops (line 114) | *oops () { class WithArguments (line 118) | class WithArguments { method bar (line 119) | bar() { method oops (line 122) | *oops(foo: number, bar: string) { class One (line 175) | class One { method instanceOf (line 176) | instanceOf(): void { method in (line 179) | in(): void {} class Two (line 183) | class Two { method instanceOf (line 186) | instanceOf(): void { function foo (line 204) | function foo(a: string, function foo (line 223) | function foo(a: RegExp, b: RegExp): void { function moo (line 235) | function moo(x: any, function moo2 (line 241) | function moo2(x: any, function foo (line 247) | function foo(x: any, class Moo (line 252) | class Moo {} function foo2 (line 255) | function foo2(x: any, function foo3 (line 261) | function foo3(a: number, function bar (line 267) | function bar(a: number, function bif (line 275) | function bif(a: number, function bif2 (line 282) | function bif2(a: number, function bif3 (line 288) | function bif3(a: number, function bif4 (line 294) | function bif4(a: number, function bif5 (line 300) | function bif5(a: number, function gogo (line 306) | function gogo(a: number, function foo5 (line 311) | function foo5(x: any, function foo6 (line 317) | function foo6(x: any, function foo7 (line 323) | function foo7(x: (a: string, b: string) => Array, function foo7b (line 328) | function foo7b(a: string, function foo8 (line 332) | function foo8(): void { function foo12 (line 376) | function foo12(): void { function foo13 (line 477) | function foo13(something: string, function foo14 (line 484) | function foo14(something: string, function blipblop (line 493) | function blipblop(): void { type z (line 505) | type z = {} // Zero argument type o (line 506) | type o = {} // One argument type t (line 507) | type t = {} // Two arguments type x (line 516) | type x = t < z , z > class Q (line 553) | class Q { type a (line 557) | type a = type Something (line 562) | interface Something { class Fluff (line 568) | class Fluff { type c (line 572) | type c type d (line 577) | type d type A (line 623) | type A = import('../file').B function test (line 632) | function test() { type Fnord (line 669) | interface Fnord { FILE: test-files/switch-case-indent-default.ts function indentTest (line 1) | function indentTest(): any { FILE: test-files/switch-case-indent-disabled.ts function getGlobalTypingsCacheLocation (line 1) | function getGlobalTypingsCacheLocation() {