Add test for overloading and NULL

This commit is contained in:
William S Fulton 2018-12-29 13:28:01 +00:00
commit 2769a8763c
3 changed files with 97 additions and 0 deletions

View file

@ -340,6 +340,7 @@ CPP_TEST_CASES += \
overload_extend \
overload_method \
overload_numeric \
overload_null \
overload_polymorphic \
overload_rename \
overload_return_type \