Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kernel): Correctly return instances of un-exported types
When an un-exported type that extends an exported type is returned with an interface as the declared type, the JSII kernel used to return a ref with the FQN of the exported supertype, instead of correctly wrapping the instance in a proxy of the interface type as it should have. Fixes #302
- Loading branch information