Files
kotlin-fork/plugins/uast-kotlin/testData/SimpleAnnotated.identifiers.txt
T
Vyacheslav Gerasimov bc403ce744 Switch to 181 platform
2018-04-27 18:25:17 +03:00

9 lines
454 B
Plaintext
Vendored

SimpleAnnotated -> UClass (name = SimpleAnnotated)
Suppress -> UAnnotation (fqName = kotlin.Suppress)
method -> UAnnotationMethod (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)