mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Added conformance test
This commit is contained in:
@@ -6,6 +6,7 @@ class B extends A {}
|
||||
abstract class C extends B {}
|
||||
|
||||
new A;
|
||||
new A(1); // should report 1 error
|
||||
new B;
|
||||
new C;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user