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
Copy file name to clipboardExpand all lines: tests/baselines/reference/mixinAbstractClasses.2.errors.txt
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
-
tests/cases/conformance/classes/mixinAbstractClasses.2.ts(20,7): error TS2515: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member 'abstractBaseMethod' from class 'AbstractBase & Mixin'.
2
-
tests/cases/conformance/classes/mixinAbstractClasses.2.ts(24,1): error TS2511: Cannot create an instance of an abstract class.
1
+
tests/cases/conformance/classes/mixinAbstractClasses.2.ts(7,11): error TS2793: A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'.
2
+
tests/cases/conformance/classes/mixinAbstractClasses.2.ts(21,7): error TS2515: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member 'abstractBaseMethod' from class 'AbstractBase & Mixin'.
3
+
tests/cases/conformance/classes/mixinAbstractClasses.2.ts(25,1): error TS2511: Cannot create an instance of an abstract class.
// error expected: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member 'abstractBaseMethod' from class 'AbstractBase & Mixin'.
0 commit comments