Example
class A { private foo: string; protected bar: number; public when: Date; } // TypeScript rejects t