diff --git a/java/java-tests/testData/compileServer/incremental/common/class2Interface1/Factory.java.new~ b/java/java-tests/testData/compileServer/incremental/common/class2Interface1/Factory.java.new~ new file mode 100644 index 000000000000..0107e65de9da --- /dev/null +++ b/java/java-tests/testData/compileServer/incremental/common/class2Interface1/Factory.java.new~ @@ -0,0 +1,4 @@ +interface Factory { + Product create(); +} +