9 lines
444 B
Plaintext
Vendored
9 lines
444 B
Plaintext
Vendored
SimpleAnnotated -> UClass (name = SimpleAnnotated)
|
|
Suppress -> UAnnotation (fqName = kotlin.Suppress)
|
|
method -> UMethod (name = method)
|
|
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
|
kotlin -> USimpleNameReferenceExpression (identifier = kotlin)
|
|
SinceKotlin -> UAnnotation (fqName = kotlin.SinceKotlin)
|
|
property -> UField (name = property)
|
|
String -> USimpleNameReferenceExpression (identifier = String)
|