Files
openide/java/java-tests/testData/refactoring/inlineMethod/InlineAllInProjectFromLibrary.java.after

7 lines
131 B
Plaintext

import mycompany.File;
class Test {
void foo() throws Exception {
File tempFile = File.createTempFile("", "", null);
}
}