(val)
| 2431 | }; |
| 2432 | |
| 2433 | function set(val) { |
| 2434 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 2435 | warn(action, 'This is effectively a no-op'); |
| 2436 | return val; |
| 2437 | } |
| 2438 | |
| 2439 | function get() { |
| 2440 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected