Live Templates: do not wrap tests with write command

This commit is contained in:
Alexander Zolotov
2016-05-30 15:42:11 +03:00
parent 166dbb6612
commit 7d55ac958e
3 changed files with 9 additions and 27 deletions
@@ -3,6 +3,6 @@ import java.io.File;
class Foo {
{
File file = new File("some.txt");
System.out.println("file = " + File.<caret>);
System.out.println("File. = " + File.<caret>);
}
}