You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
15
15
~
16
16
!!! error TS2449: Class 'E' used before its declaration.
17
+
!!! related TS2728 tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/classExtendsItselfIndirectly.ts:5:7: 'E' was declared here.
!!! error TS2506: 'C2' is referenced directly or indirectly in its own base expression.
29
30
~~
30
31
!!! error TS2449: Class 'E2' used before its declaration.
32
+
!!! related TS2728 tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/classExtendsItselfIndirectly.ts:11:7: 'E2' was declared here.
!!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
15
15
~
16
16
!!! error TS2449: Class 'E' used before its declaration.
17
+
!!! related TS2728 tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/classExtendsItselfIndirectly2.ts:9:18: 'E' was declared here.
!!! error TS2506: 'C2' is referenced directly or indirectly in its own base expression.
35
36
~~
36
37
!!! error TS2449: Class 'E2' used before its declaration.
38
+
!!! related TS2728 tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/classExtendsItselfIndirectly2.ts:20:22: 'E2' was declared here.
0 commit comments