mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
preserve comments: surround with auto-closeable
This commit is contained in:
@@ -2,6 +2,6 @@ import java.io.*;
|
||||
|
||||
class C {
|
||||
void m(File file) throws IOException {
|
||||
<caret>new FileInputStream(file);
|
||||
<caret>new FileInputStream(file);//comment after expr
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user