enighma
01/24/2020, 11:08 PMBindingContextUtils
seems to provide the functionality I'm after, but I can't figure out how to get a BindingContext.
schalkms
01/25/2020, 7:36 PMBindingContext
for type and symbol solving. There are several rules in the repo that use this type. For instance:
https://github.com/arturbosch/detekt/blob/master/detekt-rules/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/bugs/UnsafeCast.ktArtur Bosch
01/27/2020, 8:38 AMenighma
01/27/2020, 5:54 PM