const x5 = f let yy = 0; const x6 = f interface I {} let x10 = f this.bar() let x11 = f function bar() {} let x12 = f class C {} let x13 = f bar() let x14 = f void bar() class C1 { static specialFoo = f static bar = 123 } class C2 { public specialFoo = f public bar = 123 } class C3 { private specialFoo = f private bar = 123 } class C4 { protected specialFoo = f protected bar = 123 } class C5 { protected specialFoo = f #bar = 123 } const Bar = Foo const Baz = 123