Files
openide/java/java-tests/testData/compileServer/incremental/common/class2Interface1/Factory.java.new~
T

5 lines
43 B
Plaintext

interface Factory {
Product create();
}