some tests made more ready to the live templates advent

This commit is contained in:
peter
2011-10-05 17:37:43 +02:00
parent c70278f810
commit 61e2582ca9
3 changed files with 5 additions and 10 deletions
@@ -1,5 +1,5 @@
class A{
{
boolean a = <caret>false;
boolean a = A<caret>false;
}
}