diff options
Diffstat (limited to 'cli/tests/error_no_check.ts')
-rw-r--r-- | cli/tests/error_no_check.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/error_no_check.ts b/cli/tests/error_no_check.ts new file mode 100644 index 000000000..db9257a1d --- /dev/null +++ b/cli/tests/error_no_check.ts @@ -0,0 +1 @@ +export { AnInterface, isAnInterface } from "./subdir/type_and_code.ts"; |