You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we instrument the Base(1) super-constructor invocation gets mistakenly placed on the inner _original_Child_constructor function, instead of the constructor:
Given the following code:
When we instrument the
Base(1)
super-constructor invocation gets mistakenly placed on the inner_original_Child_constructor
function, instead of the constructor:Thus the resulting code doesn't compile. It should be placed on the constructor.
The text was updated successfully, but these errors were encountered: