9:22 AM
@koher との合作でコメント投稿した
9:23 AM
class C { p: number; // Should be an error under --strictNullChecks method() { this.p; } }
💯 1