Update inversify-tests.ts

This commit is contained in:
Remo H. Jansen
2016-03-11 09:52:51 +00:00
parent 3192bfefde
commit 867798fdbe
+1 -1
View File
@@ -19,7 +19,7 @@ module external_module_test {
}
interface IShuriken {
throw();
throw(): string;
}
class Katana implements IKatana {