Replies: 1 comment
-
I don't believe we currently support fully cross-language overrides. This is more appropriate for the aws/jsii ticket tracker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions