Open antalsz opened 6 years ago
Right now, if we define a class C manually, we can never translate instances of C because the class info lookup fails. We need a way to provide the h2ci info for custom classes.
C
h2ci
Right now, if we define a class
C
manually, we can never translate instances ofC
because the class info lookup fails. We need a way to provide theh2ci
info for custom classes.