Files
openide/java/java-tests/testData/codeInsight/surroundAutoCloseable/ExpressionIncomplete.java

7 lines
120 B
Java

import java.io.*;
class C {
void m(File file) throws IOException {
new FileInputStream(file)<caret>
}
}