logic: record template argument that is a dependent template type as local symbol

This commit is contained in:
mlangkabel
2019-10-18 13:05:28 +02:00
committed by Eberhard Graether
parent fc0e652ae0
commit ce22e5917a
3 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -3641,7 +3641,7 @@ public:
client->typeUses, L"B<A, template<typename> typename U> -> A<typename T> <8:9 8:9>"
));
TS_ASSERT(utility::containsElement<std::wstring>(
client->typeUses, L"B<A, template<typename> typename U> -> B<A, template<typename> typename U>::U<typename> <8:12 8:12>"
client->localSymbols, L"input.cc<7:36> <8:12 8:12>"
));
}