(val)
| 3064 | }; |
| 3065 | |
| 3066 | function set(val) { |
| 3067 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3068 | warn(action, 'This is effectively a no-op'); |
| 3069 | return val; |
| 3070 | } |
| 3071 | |
| 3072 | function get() { |
| 3073 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected