Bug: Remove test code (whoops)
This commit is contained in:
@@ -32,10 +32,3 @@ export default function (settings: {}) {
|
|||||||
execute: execute,
|
execute: execute,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
try {
|
|
||||||
await (value as ClassA).foo();
|
|
||||||
} catch (error) {
|
|
||||||
console.log("Type error while running value.foo()");
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user