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