definiteAssignmentWithErrorStillStripped.ts(2,6): error TS1264: Declarations with definite assignment assertions must also have type annotations.


==== definiteAssignmentWithErrorStillStripped.ts (1 errors) ====
    class C {
        p!;
         ~
!!! error TS1264: Declarations with definite assignment assertions must also have type annotations.
    }