==== tests/cases/compiler/genericTypeUsedWithoutTypeArguments1.ts (1 errors) ====
    interface Foo<T> { }
    class Bar<T> implements Foo { }
                            ~~~
!!! genericTypeUsedWithoutTypeArguments1.ts(2,25): error TS2173: Generic type references must include all type arguments.
    