mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
05e7872433
commit
c24c886225
1 changed files with 24 additions and 7 deletions
|
|
@ -4,49 +4,66 @@
|
|||
|
||||
// Each test in separate function to activate grounding
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
String x;
|
||||
// Should not show anything here - qualification missing
|
||||
x.
|
||||
}
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
Upp::String x;
|
||||
x.
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
Upp::MD5String
|
||||
}
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
MD5String
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
String h;
|
||||
h.
|
||||
}
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
One<String>()->
|
||||
}
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
Single<String>()->
|
||||
}
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
EditDouble x;
|
||||
x.HSizePos().
|
||||
}
|
||||
|
||||
void Test()
|
||||
void Autocomplete()
|
||||
{
|
||||
EditDouble x;
|
||||
x.SetFilter(Char
|
||||
}
|
||||
|
||||
void JumpTo()
|
||||
{
|
||||
Point p;
|
||||
int x;
|
||||
p.x // should jump to Point::x, not local variable
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
GUI_APP_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue