(val)
| 3070 | }; |
| 3071 | |
| 3072 | function set(val) { |
| 3073 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3074 | warn(action, 'This is effectively a no-op'); |
| 3075 | return val; |
| 3076 | } |
| 3077 | |
| 3078 | function get() { |
| 3079 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected