File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
jbmc/unit/java_bytecode/java_bytecode_parser Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ private PrivateDoublyNestedInnerClass(int i) {
8585 }
8686}
8787
88+ <<<<<<< HEAD
8889class InnerPrivateClassesDeeplyNested {
8990 private class SinglyNestedPrivateClass {
9091 int i ;
@@ -151,6 +152,8 @@ private PrivateDoublyNestedInnerClass(int i) {
151152 }
152153}
153154
155+ =======
156+ >>>>>>> parent of d5cb4f806 ... Adds another test for deeply nested classes .
154157class ContainsAnonymousClass {
155158 interface InnerInterface {
156159 int i = 0 ;
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ SCENARIO(
208208 }
209209
210210 GIVEN (
211+ <<<<<<< HEAD
211212 " Some package-private class files in the class path with private deeply"
212213 " nested inner classes" )
213214 {
@@ -364,6 +365,8 @@ SCENARIO(
364365 }
365366
366367 GIVEN (
368+ =======
369+ >>>>>>> parent of d5cb4f806... Adds another test for deeply nested classes.
367370 " Some package-private class files in the class path with anonymous classes" )
368371 {
369372 const symbol_tablet &new_symbol_table = load_java_class (
You can’t perform that action at this time.
0 commit comments