mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
Live Templates: do not wrap tests with write command
This commit is contained in:
@@ -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>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user