mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[uast] add UAnnotated#uAnnotations instead of #annotations
GitOrigin-RevId: 61851be3b0a9526ecb21d6f4f6b91b833f306d28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
69d390a5e7
commit
cd3ee635f8
@@ -101,7 +101,7 @@ private class UnstableTypeUsedInSignatureVisitor(
|
||||
}
|
||||
|
||||
private fun isInsideUnstableDeclaration(node: UDeclaration): Boolean {
|
||||
if (node.annotations.any { it.qualifiedName in unstableApiAnnotations }) {
|
||||
if (node.uAnnotations.any { it.qualifiedName in unstableApiAnnotations }) {
|
||||
return true
|
||||
}
|
||||
val containingClass = node.getContainingUClass()
|
||||
|
||||
Reference in New Issue
Block a user