test/fixtures/sample-files-extends/src/app/mutiple-inheritance/third-class.ts
Properties |
adress |
Type : string
|
export class AThirdClass {
adress: string;
}