Files
kotlin-fork/plugins/uast-kotlin/testData/SimpleAnnotated.refNames.txt
T
Vyacheslav Gerasimov 8723ad4f46 Switch to 191 platform
2019-04-22 21:52:19 +03:00

6 lines
473 B
Plaintext
Vendored

Suppress -> UAnnotation (fqName = kotlin.Suppress) from KtNameReferenceExpression
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1)) from KtNameReferenceExpression
kotlin -> USimpleNameReferenceExpression (identifier = kotlin) from KtNameReferenceExpression
SinceKotlin -> UAnnotation (fqName = kotlin.SinceKotlin) from KtNameReferenceExpression
String -> USimpleNameReferenceExpression (identifier = String) from KtNameReferenceExpression