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
@@ -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