mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@9003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d683173f72
commit
15aa8b430b
3 changed files with 11 additions and 1 deletions
|
|
@ -89,7 +89,9 @@ file
|
|||
test41.in,
|
||||
test41.out,
|
||||
test42.in,
|
||||
test42.out;
|
||||
test42.out,
|
||||
test43.in,
|
||||
test43.out;
|
||||
|
||||
mainconfig
|
||||
"" = "",
|
||||
|
|
|
|||
3
autotest/CppParser/test43.in
Normal file
3
autotest/CppParser/test43.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
template<typename A>
|
||||
template<typename B>
|
||||
void Foo<A>::Bar(B v) {}
|
||||
5
autotest/CppParser/test43.out
Normal file
5
autotest/CppParser/test43.out
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Foo {
|
||||
INSTANCEFUNCTIONTEMPLATE, name: Bar, qitem: Bar(B), qtype: , qptype: B, natural: template <typename A> ,<typename B> void Bar(B v), line 1, using
|
||||
}
|
||||
<locals> {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue