libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/warnings-2.ts
SomethingElse
class SomethingElse<A> {} interface MyState { propA: string; propB: string; } export class MyComponent extends SomethingElse<MyState> {}