git-svn-id: svn://ultimatepp.org/upp/trunk@9699 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-04-17 12:35:15 +00:00
parent d8485e6206
commit 0932bd4190

View file

@ -33,6 +33,11 @@ void Autocomplete()
Upp::String
}
void Autocomplete()
{
Upp::TrimBoth().
}
using namespace Upp;
void Autocomplete()
@ -94,8 +99,29 @@ void Autocomplete()
p.
}
struct FooBar {
int x;
};
void Autocomplete()
{
FooBar b;
b.
}
void Autocomplete()
{
::FooBar b;
b.
}
Index<String>& Tags();
void Autocomplete() // TODO
{
::Tags().
}
void Autocomplete()
{
Tags().