From db5375fbd5b55c5f1e5abbdba5ca5bd226d6cd60 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Tue, 14 Feb 2012 15:14:45 +0400 Subject: [PATCH] Trying to commit new tests. --- .../incremental/common/class2Interface1/Factory.java.new~ | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/java-tests/testData/compileServer/incremental/common/class2Interface1/Factory.java.new~ 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(); +} +