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
I have the following TypeScript class where one of the methods needs to be overridden in the implementation. I am ensuring this in the constructor.
Implementation of the above class in Python,
The foreign application implementing the above class is experiencing unexpected results even after the 'dummy_green_method' is overridden in the implementation. I expect the super constructor not to throw an error in the implementation because the method has been overridden. However, this is not the case. Please provide guidance on what I might be missing here.
Expected Behavior
The above implementation should throw an error while declaring an object.
Current Behavior
It's throwing an error because in the base constructor dummy_green_method is not overridden.
Reproduction Steps
Provided in the problem description.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.69.0
Environment details (OS name and version, etc.)
macOS/13.6 (22G120)
The text was updated successfully, but these errors were encountered:
Describe the bug
I have the following TypeScript class where one of the methods needs to be overridden in the implementation. I am ensuring this in the constructor.
Implementation of the above class in Python,
The foreign application implementing the above class is experiencing unexpected results even after the 'dummy_green_method' is overridden in the implementation. I expect the super constructor not to throw an error in the implementation because the method has been overridden. However, this is not the case. Please provide guidance on what I might be missing here.
Expected Behavior
The above implementation should throw an error while declaring an object.
Current Behavior
It's throwing an error because in the base constructor dummy_green_method is not overridden.
Reproduction Steps
Provided in the problem description.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.69.0
Environment details (OS name and version, etc.)
macOS/13.6 (22G120)
The text was updated successfully, but these errors were encountered: