Yury Kamenev
Yury Kamenev
Hi @anton-trunov. Is there any progress on the remaining debug information (especially line numbers) during compilation?
@tyuldashev could you provide more context and the environment info, please? The attached stack trace looks very strange.
Cannot reproduce. Anyway, the root cause of the problem is probably connected with Rd in particular or with coroutines in general - the stack trace contains two invocations of `traverseConst`...
@lehvolk `jcClass` is used in calculating the `hashCode` of the `JcClassType`, and we had met a situation when the `hashCode` of an instance of the `JcClassType` has changed. We assumed...