//// [multipleBaseInterfaesWithIncompatibleProperties.ts] interface A { x: T } interface C extends A, A { } //// [multipleBaseInterfaesWithIncompatibleProperties.js]