Commit 855156b5 authored by kevinlul's avatar kevinlul

Add regression tests for #1642

parent f4fca2d5
...@@ -1799,3 +1799,14 @@ TEST_CASE("regression tests, exceptions dependent") ...@@ -1799,3 +1799,14 @@ TEST_CASE("regression tests, exceptions dependent")
} }
} }
#endif #endif
/////////////////////////////////////////////////////////////////////
// for #1642
/////////////////////////////////////////////////////////////////////
template <typename T> class array {};
template <typename T> class object {};
template <typename T> class string {};
template <typename T> class boolean {};
template <typename T> class number_integer {};
template <typename T> class number_unsigned {};
template <typename T> class number_float {};
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment