``` TypeScript interface I implements A { } ``` Expected: !!! Interface declaration cannot have 'implements' clause. Actual: !!! '{' expected.!!! ';' expected.!!! ';' expected.!!! Cannot find name 'implements'.!!! Cannot find name 'A'.
Expected:
!!! Interface declaration cannot have 'implements' clause.
Actual:
!!! '{' expected.!!! ';' expected.!!! ';' expected.!!! Cannot find name 'implements'.!!! Cannot find name 'A'.