logic: guessing type of callee node to be function.

This commit is contained in:
malte_langkabel
2016-12-15 16:20:39 +01:00
parent 157e78a84b
commit 4194381d5f
5 changed files with 53 additions and 17 deletions
+1 -1
View File
@@ -3308,7 +3308,7 @@ public:
TS_ASSERT_EQUALS(client.classes.size(), 4);
TS_ASSERT_EQUALS(client.enums.size(), 1);
TS_ASSERT_EQUALS(client.enumConstants.size(), 2);
TS_ASSERT_EQUALS(client.functions.size(), 2);
TS_ASSERT_EQUALS(client.functions.size(), 5); // used methods are also recorded as functions (these get overridden in the intermediate storage)
TS_ASSERT_EQUALS(client.fields.size(), 4);
TS_ASSERT_EQUALS(client.globalVariables.size(), 2);
TS_ASSERT_EQUALS(client.methods.size(), 15);