AA: render containing file and JvmClassName
This commit is contained in:
committed by
Space Team
parent
797174ee1f
commit
f5d2ce3022
+10
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -51,6 +53,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: test/C.bar
|
||||
@@ -80,6 +84,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -112,6 +118,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -139,5 +147,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+2
@@ -18,5 +18,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumClass.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+10
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int?
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithAbstractMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: test/E.foo
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithAbstractMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: false
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithAbstractMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -116,6 +122,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithAbstractMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -139,5 +147,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithAbstractMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+10
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithFinalMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: test/E.foo
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithFinalMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithFinalMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -116,6 +122,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithFinalMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -139,5 +147,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumClassWithFinalMembers.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
analysis/analysis-api/testData/components/scopeProvider/declaredMemberScope/enumEntryInitializer.txt
Vendored
+8
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -103,5 +109,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+2
@@ -18,5 +18,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithEmptyBody.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+8
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/String
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithFinalEnumMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithFinalEnumMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithFinalEnumMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -103,5 +109,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithFinalEnumMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+8
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithOverriddenMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: null
|
||||
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithOverriddenMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -76,6 +80,8 @@ KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: test/<anonymous>
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithOverriddenMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -103,5 +109,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Private
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializerWithOverriddenMember.kt)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+3
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(innerClass.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -47,5 +48,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(innerClass.kt)
|
||||
getContainingJvmClassName: test/B
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+5
@@ -31,6 +31,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -59,6 +61,7 @@ KtNamedClassOrObjectSymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: null
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
@@ -83,5 +86,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
+9
-1
@@ -20,6 +20,8 @@ KtJavaFieldSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -44,6 +46,8 @@ KtJavaFieldSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -79,6 +83,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -102,5 +108,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ open fun add(s: kotlin.String!): kotlin.Int
|
||||
|
||||
open operator fun removeAt(index: kotlin.Int): kotlin.String!
|
||||
|
||||
constructor()
|
||||
constructor()
|
||||
|
||||
+11
-1
@@ -45,6 +45,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/String!
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -53,6 +55,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -103,6 +107,8 @@ KtFunctionSymbol:
|
||||
type: kotlin/Int
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -111,6 +117,8 @@ KtFunctionSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -134,5 +142,7 @@ KtConstructorSymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: PackageVisibility
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+5
-1
@@ -36,6 +36,8 @@ KtConstructorSymbol:
|
||||
type: JavaClass!
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass$InnerClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -44,5 +46,7 @@ KtConstructorSymbol:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: JavaClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: JavaClass$InnerClass
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
deprecationStatus: null
|
||||
|
||||
+8
@@ -51,10 +51,14 @@ KtFunctionSymbol:
|
||||
type: kotlin/Function0<kotlin/Int>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(scriptWithClassDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script scriptWithClassDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(scriptWithClassDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script scriptWithClassDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -84,6 +88,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(scriptWithClassDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script scriptWithClassDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -112,6 +118,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(scriptWithClassDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script scriptWithClassDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
|
||||
+8
@@ -51,10 +51,14 @@ KtFunctionSymbol:
|
||||
type: kotlin/Function0<kotlin/Int>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(simpleScriptWithResultDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script simpleScriptWithResultDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(simpleScriptWithResultDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script simpleScriptWithResultDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -84,6 +88,8 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(simpleScriptWithResultDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script simpleScriptWithResultDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -112,6 +118,8 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(simpleScriptWithResultDeclaration.kts)
|
||||
getContainingJvmClassName: null
|
||||
getContainingModule: KtScriptModule "Script simpleScriptWithResultDeclaration.kts"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user