Workaround for complexType parsing

This commit is contained in:
2020-12-07 20:54:04 -07:00
parent dc59d485cf
commit 480e4c29b2
3 changed files with 30 additions and 38 deletions

View File

@@ -254,6 +254,10 @@ class BasicTestCase extends Test {
function testRest() {
_testRest();
}
function testTypeParsing() {
_testTypeParsing();
}
}
class BasicObject {