mbeddr.core icon indicating copy to clipboard operation
mbeddr.core copied to clipboard

@implements function type annotation must not alter name of implementing function

Open stephaneberle9 opened this issue 5 years ago • 0 comments

Example:

Before:

image

After:

image

Expected: function name = delegatingJSONTreeInputHandler Actual: function name = input_handler

stephaneberle9 avatar Jul 27 '19 08:07 stephaneberle9