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