AA: render containing file and JvmClassName

This commit is contained in:
Jinseong Jeon
2023-11-30 22:14:24 -08:00
committed by Space Team
parent 797174ee1f
commit f5d2ce3022
697 changed files with 4818 additions and 1899 deletions
@@ -13,5 +13,7 @@ KtBackingFieldSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(accessorField.kt)
getContainingJvmClassName: AccessorFieldKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -18,5 +18,7 @@ KtBackingFieldSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(accessorField.kt)
getContainingJvmClassName: AccessorFieldKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)
@@ -1 +1 @@
abc: kotlin.Int
abc: kotlin.Int
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(constructorValueParameter.kt)
getContainingJvmClassName: A
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -42,9 +42,13 @@ KtConstructorSymbol:
type: (kotlin/collections/MutableCollection<out E!>..kotlin/collections/Collection<E!>?)
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: java/util/ArrayList
getContainingModule: KtSdkModule "SDK jdk"
deprecationStatus: null
]
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: java/util/ArrayList
getContainingModule: KtSdkModule "SDK jdk"
deprecationStatus: null
@@ -1 +1 @@
constructor(c: kotlin.collections.(Mutable)Collection<out (E & kotlin.Any..E?)>!)
constructor(c: kotlin.collections.(Mutable)Collection<out (E & kotlin.Any..E?)>!)
@@ -42,9 +42,13 @@ KtConstructorSymbol:
type: ft<kotlin/collections/MutableCollection<out ft<E & Any, E?>>, kotlin/collections/Collection<out ft<E & Any, E?>>?>
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: java/util/ArrayList
getContainingModule: KtSdkModule "SDK jdk"
deprecationStatus: null
]
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: java/util/ArrayList
getContainingModule: KtSdkModule "SDK jdk"
deprecationStatus: null
deprecationStatus: null
@@ -20,6 +20,8 @@ KtKotlinPropertySymbol:
type: kotlin/enums/EnumEntries<MyKotlinEnum>
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(enumEntries.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
callableIdIfNonLocal: /MyKotlinEnum.entries
@@ -50,6 +52,8 @@ KtKotlinPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumEntries.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -83,6 +87,8 @@ KtKotlinPropertySymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumEntries.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -1 +1 @@
val entries: kotlin.enums.EnumEntries<MyKotlinEnum>
val entries: kotlin.enums.EnumEntries<MyKotlinEnum>
@@ -29,6 +29,8 @@ KtKotlinPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumEntries.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -62,9 +64,11 @@ KtKotlinPropertySymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumEntries.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getEntries
javaSetterName: null
setterDeprecationStatus: null
setterDeprecationStatus: null
@@ -46,9 +46,13 @@ KtFunctionSymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(enumValueOf.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumValueOf.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
fun valueOf(value: kotlin.String): MyKotlinEnum
fun valueOf(value: kotlin.String): MyKotlinEnum
@@ -46,9 +46,13 @@ KtFunctionSymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(enumValueOf.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumValueOf.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -32,5 +32,7 @@ KtFunctionSymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumValues.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
fun values(): kotlin.Array<MyKotlinEnum>
fun values(): kotlin.Array<MyKotlinEnum>
@@ -32,5 +32,7 @@ KtFunctionSymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(enumValues.kt)
getContainingJvmClassName: MyKotlinEnum
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(explicitLambdaParameter.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -32,6 +32,7 @@ KtFunctionSymbol:
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Int
getContainingFileSymbol: KtFileSymbol(functionReceiverParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: KtUsualClassType:
@@ -42,5 +43,7 @@ KtFunctionSymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(functionReceiverParameter.kt)
getContainingJvmClassName: FunctionReceiverParameterKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -11,4 +11,4 @@ KtReceiverParameterSymbol:
psi: KtAnnotationEntry
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Int
type: @R|ReceiverTypeAnnotation|() kotlin/Int
@@ -12,5 +12,6 @@ KtReceiverParameterSymbol:
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Int
getContainingFileSymbol: KtFileSymbol(functionReceiverParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -30,5 +30,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: <local>/Base<Outer>
getContainingFileSymbol: KtFileSymbol(genericFromFunctionInLocalClass.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -37,5 +37,7 @@ KtFunctionSymbol:
type: Outer
]
type: test/TopLevel<Outer>.test/TopLevel.Base<T>
getContainingFileSymbol: KtFileSymbol(genericFromOuterClassInInnerClass.kt)
getContainingJvmClassName: test/TopLevel$Base
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -34,5 +34,7 @@ KtFunctionSymbol:
type: T
]
type: test/TopLevel.Base<T, Outer>
getContainingFileSymbol: KtFileSymbol(genericFromOuterClassInInnerClass.kt)
getContainingJvmClassName: test/TopLevel$Base
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(implicitLambdaParameter.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -26,6 +26,7 @@ KtNamedClassOrObjectSymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
@@ -1,2 +1,2 @@
@`<error>`
open class JavaClass
open class JavaClass
@@ -26,6 +26,7 @@ KtNamedClassOrObjectSymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
deprecationStatus: null
@@ -20,5 +20,7 @@ KtJavaFieldSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
open var field: kotlin.Int
open var field: kotlin.Int
@@ -20,5 +20,7 @@ KtJavaFieldSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -25,5 +25,7 @@ KtJavaFieldSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1,2 +1,2 @@
@Anno1
open var field: @Anno1 kotlin.String!
open var field: @Anno1 kotlin.String!
@@ -25,5 +25,7 @@ KtJavaFieldSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -1 +1 @@
open fun foo()
open fun foo()
@@ -31,5 +31,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -30,5 +30,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
open fun foo(): kotlin.String!
open fun foo(): kotlin.String!
@@ -33,5 +33,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -34,5 +34,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -34,5 +34,7 @@ KtFunctionSymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -16,5 +16,7 @@ KtJavaFieldSymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
open var field: kotlin.Int
open var field: kotlin.Int
@@ -16,5 +16,7 @@ KtJavaFieldSymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -1 +1 @@
open fun foo()
open fun foo()
@@ -27,5 +27,7 @@ KtFunctionSymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -23,6 +23,7 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
@@ -34,6 +35,9 @@ KtSyntheticJavaPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertyGetterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertyGetterSymbol
deprecationStatus: null
@@ -60,6 +64,7 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
@@ -71,6 +76,9 @@ KtSyntheticJavaPropertySymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescSyntheticJavaPropertySymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescSyntheticJavaPropertySymbol
deprecationStatus: null
@@ -1,2 +1,2 @@
open val foo: kotlin.Int
get()
get()
@@ -28,6 +28,8 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -58,9 +60,11 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: JavaClass
getContainingFileSymbol: null
getContainingJvmClassName: JavaClass
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getFoo
javaSetterName: null
setterDeprecationStatus: null
setterDeprecationStatus: null
@@ -0,0 +1,59 @@
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
isActual: false
isBuiltinFunctionInvoke: false
isExpect: false
isExtension: false
isExternal: false
isInfix: true
isInline: false
isOperator: true
isOverride: false
isStatic: false
isSuspend: false
modality: FINAL
name: dynamicFunctionCall
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
annotationsList: []
type: dynamic
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
generatedPrimaryConstructorProperty: null
hasDefaultValue: false
isCrossinline: false
isExtension: false
isImplicitLambdaParameter: false
isNoinline: false
isVararg: true
name: args
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
annotationsList: []
type: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: KtFileSymbol(functionFromJsDynamicScopeNoArguments.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -44,6 +44,8 @@ KtFunctionSymbol:
type: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
@@ -51,5 +53,7 @@ KtFunctionSymbol:
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -0,0 +1,59 @@
KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
isActual: false
isBuiltinFunctionInvoke: false
isExpect: false
isExtension: false
isExternal: false
isInfix: true
isInline: false
isOperator: true
isOverride: false
isStatic: false
isSuspend: false
modality: FINAL
name: dynamicFunctionCall
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
annotationsList: []
type: dynamic
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
contextReceivers: []
generatedPrimaryConstructorProperty: null
hasDefaultValue: false
isCrossinline: false
isExtension: false
isImplicitLambdaParameter: false
isNoinline: false
isVararg: true
name: args
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
annotationsList: []
type: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: KtFileSymbol(functionFromJsDynamicScopeWithArguments.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -44,6 +44,8 @@ KtFunctionSymbol:
type: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
@@ -51,5 +53,7 @@ KtFunctionSymbol:
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -0,0 +1,42 @@
KtKotlinPropertySymbol:
annotationsList: []
backingFieldSymbol: null
callableIdIfNonLocal: null
contextReceivers: []
getter: null
hasBackingField: true
hasGetter: false
hasSetter: false
initializer: null
isActual: false
isConst: false
isDelegatedProperty: false
isExpect: false
isExtension: false
isFromPrimaryConstructor: false
isLateInit: false
isOverride: false
isStatic: false
isVal: false
modality: FINAL
name: dynamicPropertyAccess
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
annotationsList: []
type: dynamic
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: KtFileSymbol(propertyFromJsDynamicScope.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getDynamicPropertyAccess
javaSetterName: setDynamicPropertyAccess
setterDeprecationStatus: null
@@ -2,5 +2,5 @@
// DO_NOT_CHECK_SYMBOL_RESTORE
fun foo(jsObject: dynamic) {
jsObject.dynamic<caret>PropertyAcess
jsObject.dynamic<caret>PropertyAccess
}
@@ -1 +1 @@
var dynamicPropertyAcess: dynamic
var dynamicPropertyAccess: dynamic
@@ -19,7 +19,7 @@ KtKotlinPropertySymbol:
isStatic: false
isVal: false
modality: FINAL
name: dynamicPropertyAcess
name: dynamicPropertyAccess
origin: JS_DYNAMIC
receiverParameter: null
returnType: KtDynamicType:
@@ -32,9 +32,11 @@ KtKotlinPropertySymbol:
getDispatchReceiver(): KtDynamicType:
annotationsList: []
type: dynamic
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getDynamicPropertyAcess
javaSetterName: setDynamicPropertyAcess
setterDeprecationStatus: null
javaGetterName: getDynamicPropertyAccess
javaSetterName: setDynamicPropertyAccess
setterDeprecationStatus: null
@@ -1 +1 @@
abc: kotlin.Int
abc: kotlin.Int
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(primaryConstructorValueParameter.kt)
getContainingJvmClassName: A
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -1 +1 @@
val abc: kotlin.Int
val abc: kotlin.Int
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(primaryConstructorValueParameterAsProperty.kt)
getContainingJvmClassName: A
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
callableIdIfNonLocal: /A.abc
@@ -44,6 +46,8 @@ KtKotlinPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: A
getContainingFileSymbol: KtFileSymbol(primaryConstructorValueParameterAsProperty.kt)
getContainingJvmClassName: A
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -76,9 +80,11 @@ KtKotlinPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: A
getContainingFileSymbol: KtFileSymbol(primaryConstructorValueParameterAsProperty.kt)
getContainingJvmClassName: A
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getAbc
javaSetterName: null
setterDeprecationStatus: null
setterDeprecationStatus: null
@@ -15,6 +15,8 @@ KtKotlinPropertySymbol:
type: kotlin/Boolean
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingJvmClassName: PropertyReceiverParameterKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
callableIdIfNonLocal: /prop
@@ -45,6 +47,7 @@ KtKotlinPropertySymbol:
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Long
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: KtUsualClassType:
@@ -55,6 +58,8 @@ KtKotlinPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingJvmClassName: PropertyReceiverParameterKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -88,6 +93,7 @@ KtKotlinPropertySymbol:
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Long
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: KtUsualClassType:
@@ -98,6 +104,8 @@ KtKotlinPropertySymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingJvmClassName: PropertyReceiverParameterKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -11,4 +11,4 @@ KtReceiverParameterSymbol:
psi: KtAnnotationEntry
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Long
type: @R|ReceiverTypeAnnotation|() kotlin/Long
@@ -12,5 +12,6 @@ KtReceiverParameterSymbol:
]
ownTypeArguments: []
type: @R|ReceiverTypeAnnotation|() kotlin/Long
getContainingFileSymbol: KtFileSymbol(propertyReceiverParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -39,9 +39,14 @@ KtSamConstructorSymbol:
type: kotlin/Function0<kotlin/Unit>
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
deprecationStatus: null
]
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSdkModule "SDK jdk"
deprecationStatus: null
@@ -1 +1 @@
Runnable(function: () -> kotlin.Unit): java.lang.Runnable
Runnable(function: () -> kotlin.Unit): java.lang.Runnable
@@ -39,8 +39,12 @@ KtSamConstructorSymbol:
type: kotlin/Function0<kotlin/Unit>
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
getContainingFileSymbol: null
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -18,5 +18,7 @@ KtLocalVariableSymbol:
type: kotlin/Array<kotlin/String>
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(scriptArgument.kts)
getContainingJvmClassName: null
getContainingModule: KtScriptModule "Script scriptArgument.kts"
deprecationStatus: null
@@ -24,6 +24,8 @@ KtKotlinPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(scriptResult.kts)
getContainingJvmClassName: null
getContainingModule: KtScriptModule "Script scriptResult.kts"
deprecationStatus: null
hasBackingField: true
@@ -52,6 +54,8 @@ KtKotlinPropertySymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(scriptResult.kts)
getContainingJvmClassName: null
getContainingModule: KtScriptModule "Script scriptResult.kts"
deprecationStatus: null
getterDeprecationStatus: null
@@ -1 +1 @@
value: kotlin.Int
value: kotlin.Int
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(setterValueParameter.kt)
getContainingJvmClassName: null
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -23,6 +23,7 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
@@ -34,6 +35,9 @@ KtSyntheticJavaPropertySymbol:
typeParameters: []
valueParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertyGetterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertyGetterSymbol
deprecationStatus: null
@@ -60,6 +64,7 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
@@ -99,6 +104,9 @@ KtSyntheticJavaPropertySymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
deprecationStatus: null
@@ -110,6 +118,7 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10ReceiverParameterSymbol
deprecationStatus: null
@@ -140,17 +149,26 @@ KtSyntheticJavaPropertySymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
deprecationStatus: null
]
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertySetterSymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescPropertySetterSymbol
deprecationStatus: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingJvmClassName: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescSyntheticJavaPropertySymbol
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescSyntheticJavaPropertySymbol
deprecationStatus: null
@@ -28,6 +28,8 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingJvmClassName: Derived
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -82,6 +84,8 @@ KtSyntheticJavaPropertySymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(Derived.kt)
getContainingJvmClassName: Derived
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
receiverParameter: null
@@ -112,6 +116,8 @@ KtSyntheticJavaPropertySymbol:
type: kotlin/String
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(Derived.kt)
getContainingJvmClassName: Derived
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
]
@@ -120,6 +126,8 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingJvmClassName: Derived
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
symbolKind: CLASS_MEMBER
@@ -129,6 +137,8 @@ KtSyntheticJavaPropertySymbol:
annotationsList: []
ownTypeArguments: []
type: Derived
getContainingFileSymbol: null
getContainingJvmClassName: Derived
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -20,5 +20,7 @@ KtBackingFieldSymbol:
type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(typeAnnotationOnBackingField.kt)
getContainingJvmClassName: TypeAnnotationOnBackingFieldKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -20,5 +20,7 @@ KtBackingFieldSymbol:
type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(typeAnnotationOnBackingField.kt)
getContainingJvmClassName: TypeAnnotationOnBackingFieldKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -9,5 +9,6 @@ KtTypeParameterSymbol:
typeParameters: []
upperBounds: []
variance: INVARIANT
getContainingFileSymbol: KtFileSymbol(typeParameter.kt)
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -1 +1 @@
abc: kotlin.Int
abc: kotlin.Int
@@ -18,5 +18,7 @@ KtValueParameterSymbol:
type: kotlin/Int
symbolKind: LOCAL
typeParameters: []
getContainingFileSymbol: KtFileSymbol(valueParameter.kt)
getContainingJvmClassName: ValueParameterKt
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null
@@ -26,6 +26,7 @@ KtNamedClassOrObjectSymbol:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
getContainingFileSymbol: KtFileSymbol(generatedCompanionWorksAsValue.kt)
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
@@ -23,6 +23,7 @@ KtNamedClassOrObjectSymbol:
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getContainingFileSymbol: null
getContainingModule: KtSourceModule "Sources of main"
annotationApplicableTargets: null
deprecationStatus: null
deprecationStatus: null