aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/ShiftUp.patch
blob: aa994a12e6039f86da6eb78c52316b9654fd5c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/ShiftUp b/ShiftUp
index e1ee19c..5c6e9bc 100644
--- a/ShiftUp
+++ b/ShiftUp
@@ -52,6 +52,9 @@
 			something("A.b", "bar");
 		}
 
+		public void methodC() {
+			something("A.c", "bar");
+		}
 	}
 
 	public class B {