mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
It seems like qualifier type and qualifier expression did not co-exist, but that only made users (like Lint detector) deal with inconsistent examination of both information that are sometimes available or not. Java UAST counterpart has both information always, so no good reason to keep such contract in Kotlin UAST. GitOrigin-RevId: 69f96325910cf8eea056449c984151925dffcf10
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
UFile (package = )
|
|
UClass (name = MethodReferenceKt)
|
|
UField (name = x)
|
|
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
|
|
UCallableReferenceExpression (name = bar)
|
|
USimpleNameReferenceExpression (identifier = Foo)
|
|
UMethod (name = getX)
|
|
UClass (name = Foo)
|
|
UMethod (name = bar)
|
|
UBlockExpression
|
|
UMethod (name = Foo) |