Files
kotlin-fork/plugins/uast-kotlin-fir/testData/legacyIdentifiers/DestructuringDeclaration.identifiers.fe10.txt
T
2021-06-03 17:56:16 +02:00

15 lines
691 B
Plaintext
Vendored

foo -> UMethod (name = foo)
data -> UParameter (name = data)
Any -> USimpleNameReferenceExpression (identifier = Any)
a -> ULocalVariable (name = a)
b -> ULocalVariable (name = b)
to -> USimpleNameReferenceExpression (identifier = to)
Suppress -> UAnnotation (fqName = kotlin.Suppress)
k -> ULocalVariable (name = k)
v -> ULocalVariable (name = v)
data -> USimpleNameReferenceExpression (identifier = data)
as -> USimpleNameReferenceExpression (identifier = as)
Pair -> USimpleNameReferenceExpression (identifier = Pair)
String -> USimpleNameReferenceExpression (identifier = String)
String -> USimpleNameReferenceExpression (identifier = String)