diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-08-11 11:26:37 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-08-11 11:26:37 -0400 |
commit | 9b6136387980544fe8c8a8eba41a5fb16d0595c5 (patch) | |
tree | 89728704d7e0ae538803840021a54aa285296084 /tests/jsparse.urs | |
parent | 9f1c85cf0ef4be94bf189dea486806298f09ab51 (diff) |
Be careful in Jscomp to avoid interpreting non-boolean/reference types as booleans with ?:
Diffstat (limited to 'tests/jsparse.urs')
-rw-r--r-- | tests/jsparse.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jsparse.urs b/tests/jsparse.urs new file mode 100644 index 00000000..6ac44e0b --- /dev/null +++ b/tests/jsparse.urs @@ -0,0 +1 @@ +val main : unit -> transaction page |