Uast, Minor: UAnnotated is now always an UElement
This commit is contained in:
@@ -27,6 +27,6 @@ interface UAnnotation : UElement, UNamed, UFqNamed, NoTraverse {
|
||||
valueArguments.joinToString { it.renderString() } + ")"
|
||||
}
|
||||
|
||||
interface UAnnotated {
|
||||
interface UAnnotated : UElement {
|
||||
val annotations: List<UAnnotation>
|
||||
}
|
||||
Reference in New Issue
Block a user