scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Add supports for type cast and filtering type for field and method owner in global initialization checker

Open EnzeXing opened this issue 1 year ago • 0 comments

This PR adds support for more precise analysis of type casting in global initialization checker, which filters impossible classes after reference casting and preserves only possible classes. It also automatically filter the set of possible classes during field selection or method invocation and only preserves owners of the field/method

EnzeXing avatar Feb 05 '24 06:02 EnzeXing