Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using UAST implementation classes in Lint checkers.
`KotlinUClass.ktClass` is not supposed to be exposed and used this way. Instead, `sourcePsi` is a good alternative in this use case. RELNOTES=Avoid using UAST implementation classes in Lint checkers. PiperOrigin-RevId: 402930753
- Loading branch information