TypeScript: fix alerts in ambient code

This commit is contained in:
Asger F
2018-09-04 12:10:04 +01:00
parent af3f855491
commit 7bd53e72dc
4 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
export class Subclass extends BaseClass {} // OK - ambient context
export class BaseClass {}