Files
kotlin-fork/plugins/uast-kotlin/testData/SimpleAnnotated.identifiers.txt.181
T
2018-04-11 16:28:31 +03:00

9 lines
467 B
Plaintext
Vendored

SimpleAnnotated -> UClass (name = SimpleAnnotated)
Suppress -> USimpleNameReferenceExpression (identifier = Suppress)
method -> UAnnotationMethod (name = method)
println -> USimpleNameReferenceExpression (identifier = println)
kotlin -> USimpleNameReferenceExpression (identifier = kotlin)
SinceKotlin -> USimpleNameReferenceExpression (identifier = SinceKotlin)
property -> UField (name = property)
String -> USimpleNameReferenceExpression (identifier = String)