Skip to content

Commit

Permalink
[kotlin] Update testdata after fix of KT-54209
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 57a984df63b78d0eb56daea8b27388551e55bc65
  • Loading branch information
demiurg906 authored and intellij-monorepo-bot committed Oct 19, 2022
1 parent a6f60fe commit f35294d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UClassLiteralExpression -> USimpleNameReferenceExpression (identifier = T) -> nu
UQualifiedReferenceExpression -> USimpleNameReferenceExpression (identifier = java) -> Decompiled_Method: getJavaClass
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))(resolves to null) -> USimpleNameReferenceExpression (identifier = getSystemService) -> null: null
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))(resolves to null) -> UQualifiedReferenceExpression -> Decompiled_Method: getJavaClass
UClassLiteralExpression -> USimpleNameReferenceExpression (identifier = String) -> Decompiled_Class: StringCompanionObject
UClassLiteralExpression -> USimpleNameReferenceExpression (identifier = String) -> Decompiled_Class: String
UQualifiedReferenceExpression -> USimpleNameReferenceExpression (identifier = java) -> Decompiled_Method: getJavaClass
UTypeReferenceExpression (name = test.pkg.Context) -> USimpleNameReferenceExpression (identifier = Context) -> Kotlin_Light_Class:class Context {
inline fun <reified T> ownSystemService1() = getSystemService(T::class.java)
Expand All @@ -23,5 +23,5 @@ UTypeReferenceExpression (name = test.pkg.Context) -> USimpleNameReferenceExpres
}: Context
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))(resolves to null) -> USimpleNameReferenceExpression (identifier = getSystemService) -> null: null
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))(resolves to null) -> UQualifiedReferenceExpression -> Decompiled_Method: getJavaClass
UClassLiteralExpression -> USimpleNameReferenceExpression (identifier = String) -> Decompiled_Class: StringCompanionObject
UClassLiteralExpression -> USimpleNameReferenceExpression (identifier = String) -> Decompiled_Class: String
UQualifiedReferenceExpression -> USimpleNameReferenceExpression (identifier = java) -> Decompiled_Method: getJavaClass

0 comments on commit f35294d

Please sign in to comment.