(lodashMethod, nativeMethod)
| 838 | assert.expect(6); |
| 839 | |
| 840 | function message(lodashMethod, nativeMethod) { |
| 841 | return class="st">'`' + lodashMethod + class="st">'` should avoid overwritten native `' + nativeMethod + class="st">'`'; |
| 842 | } |
| 843 | |
| 844 | function Foo() { |
| 845 | this.a = 1; |