AA: render containing file and JvmClassName
This commit is contained in:
committed by
Space Team
parent
797174ee1f
commit
f5d2ce3022
+1
-1
@@ -1,2 +1,2 @@
|
||||
@AAA(value = "y")
|
||||
(@BBB(value = "aaa") a: kotlin.Int, @BBB(value = "bbb") b: kotlin.Int)
|
||||
(@BBB(value = "aaa") a: kotlin.Int, @BBB(value = "bbb") b: kotlin.Int)
|
||||
|
||||
Vendored
+2
-1
@@ -10,5 +10,6 @@ KtDestructuringDeclarationSymbol:
|
||||
origin: SOURCE
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclaration.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
(a: kotlin.Int, b: kotlin.Int)
|
||||
(a: kotlin.Int, b: kotlin.Int)
|
||||
|
||||
+2
-1
@@ -7,5 +7,6 @@ KtDestructuringDeclarationSymbol:
|
||||
origin: SOURCE
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclarationInLambda.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+2
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
|
||||
type: X
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(destructuringDeclarationParameterInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+2
@@ -13,5 +13,7 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(entryInDestructuringDeclaration.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+2
@@ -13,5 +13,7 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(entryInDestructuringDeclarationParameterInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
val `<unused var>`: kotlin.Int
|
||||
val `<unused var>`: kotlin.Int
|
||||
|
||||
+3
-1
@@ -13,5 +13,7 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(entryUnderscoreInDestructuringDeclaration.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
val `<unused var>`: kotlin.Int
|
||||
val `<unused var>`: kotlin.Int
|
||||
|
||||
+3
-1
@@ -13,5 +13,7 @@ KtLocalVariableSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(entryUnderscoreInDestructuringDeclarationParameterInLambda.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user