We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5fc35 commit 682fe11Copy full SHA for 682fe11
README.md
@@ -87,6 +87,8 @@ class Example1 {
87
88
anotherMethod(){}
89
}
90
+
91
+class AnotherClass {}
92
```
93
**Resultant merged code WITH FALSE PATCHOVERRIDES**
94
@@ -105,6 +107,8 @@ class Example1 {
105
107
106
108
109
110
111
112
113
114
**Resultant merged code WITH TRUE PATCHOVERRIDES**
@@ -124,6 +128,8 @@ class Example1 {
124
128
125
129
126
130
131
132
127
133
134
135
## Future version
0 commit comments