Files
kotlin-fork/plugins/uast-kotlin/testData/WhenIs.log.txt
T
2020-05-06 15:31:20 +03:00

25 lines
1.4 KiB
Plaintext
Vendored

UFile (package = )
UClass (name = WhenIsKt)
UMethod (name = foo)
UParameter (name = bar)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UReturnExpression
USwitchExpression
USimpleNameReferenceExpression (identifier = bar)
UExpressionList (when)
USwitchClauseExpressionWithBody
UBinaryExpressionWithType
USimpleNameReferenceExpression (identifier = it)
UTypeReferenceExpression (name = java.lang.String)
UExpressionList (when_entry)
UYieldExpression
USimpleNameReferenceExpression (identifier = bar)
USwitchClauseExpressionWithBody
UBinaryExpressionWithType
USimpleNameReferenceExpression (identifier = it)
UTypeReferenceExpression (name = java.lang.String)
UExpressionList (when_entry)
UYieldExpression
ULiteralExpression (value = "<error>")