Added tests.

This commit is contained in:
Daniel Rosenwasser
2016-01-28 18:00:23 -08:00
parent 219579881e
commit 5777e7d548
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// @declaration: true
var x: this is string;

View File

@@ -0,0 +1,3 @@
// @declaration: true
var y: z is number;