diff --git a/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt b/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt index 51b0e478f43..7683d03c268 100644 --- a/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt +++ b/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt @@ -207,13 +207,6 @@ public class DebugSymbolRenderer( renderSymbolHeader(typeToRender) withIndent { - appendLine() - append("type: ") - when (typeToRender) { - is KtClassErrorType -> append("ERROR_TYPE") - else -> append(typeToRender.asStringForDebugging()) - } - appendLine() append("annotationsList: ") renderAnnotationsList(typeToRender.annotationsList) @@ -223,6 +216,13 @@ public class DebugSymbolRenderer( append("ownTypeArguments: ") renderList(typeToRender.ownTypeArguments, renderSymbolsFully = false) } + + appendLine() + append("type: ") + when (typeToRender) { + is KtClassErrorType -> append("ERROR_TYPE") + else -> append(typeToRender.asStringForDebugging()) + } } } diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.descriptors.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.descriptors.txt index c8787ccb574..e0689f657a3 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.descriptors.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.descriptors.txt @@ -8,14 +8,14 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtAnonymousFunctionSymbol(/) type: KtUsualClassType: - type: test/Target annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: test/Target type = test.Target extensionReceiver = null signature = KtFunctionLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.txt index 879d537c0b6..a772ee64222 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.txt @@ -8,14 +8,14 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtAnonymousFunctionSymbol(/) type: KtUsualClassType: - type: test/Target annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: test/Target type = test.Target extensionReceiver = null signature = KtFunctionLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/compoundAssignWithArrayAccessConvention_complexReceivers.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/compoundAssignWithArrayAccessConvention_complexReceivers.txt index dfad70da8dd..c48308c0abe 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/compoundAssignWithArrayAccessConvention_complexReceivers.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/compoundAssignWithArrayAccessConvention_complexReceivers.txt @@ -62,9 +62,9 @@ KtSuccessCallInfo: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertyGetter_unqualified.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertyGetter_unqualified.txt index 47e3f890359..e3ab003364a 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertyGetter_unqualified.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertyGetter_unqualified.txt @@ -7,9 +7,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/call) type: KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass type = JavaClass extensionReceiver = null signature = KtVariableLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertySetter_unqualified.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertySetter_unqualified.txt index 2749119f2d4..9ffad835636 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertySetter_unqualified.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/javaPropertySetter_unqualified.txt @@ -7,9 +7,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/call) type: KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass type = JavaClass extensionReceiver = null signature = KtVariableLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertyGetter_unqualified.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertyGetter_unqualified.txt index a0ae2f6befe..8bf94504a64 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertyGetter_unqualified.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertyGetter_unqualified.txt @@ -7,9 +7,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo) type: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A type = A extensionReceiver = null signature = KtVariableLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertySetter_unqualified.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertySetter_unqualified.txt index c83ff5b4f26..0c486ce01b5 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertySetter_unqualified.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/kotlinPropertySetter_unqualified.txt @@ -7,9 +7,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo) type: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A type = A extensionReceiver = null signature = KtVariableLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt index 0d5d2ee65b8..378c9301c41 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt @@ -55,9 +55,9 @@ KtSuccessCallInfo: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt index e51306652b7..71df7f0dc53 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt @@ -55,9 +55,9 @@ KtSuccessCallInfo: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.descriptors.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.descriptors.txt index ac246177e9a..60cf5a24254 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.descriptors.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.descriptors.txt @@ -19,9 +19,9 @@ KtSuccessCallInfo: origin: SOURCE superTypes: [ KtUsualClassType: - type: AbstractModule annotationsList: [] ownTypeArguments: [] + type: AbstractModule ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.txt index c3e57376b7b..3547d7950b2 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/recursiveTypeParameter.txt @@ -19,9 +19,9 @@ KtSuccessCallInfo: origin: SOURCE superTypes: [ KtUsualClassType: - type: AbstractModule annotationsList: [] ownTypeArguments: [] + type: AbstractModule ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitDispatchReceiver.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitDispatchReceiver.txt index 0c3ae41b4c6..b60b2765736 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitDispatchReceiver.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitDispatchReceiver.txt @@ -8,9 +8,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/test) type: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any type = kotlin.Any type = kotlin.String extensionReceiver = null diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitExtensionReceiver.txt b/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitExtensionReceiver.txt index a56288ef6c6..3aecfcc9507 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitExtensionReceiver.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCall/smartCastImplicitExtensionReceiver.txt @@ -10,9 +10,9 @@ KtSuccessCallInfo: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/test) type: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any type = kotlin.Any type = kotlin.String signature = KtFunctionLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.descriptors.txt b/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.descriptors.txt index dd4a38493d3..94ba6ec2718 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.descriptors.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.descriptors.txt @@ -8,14 +8,14 @@ KtApplicableCallCandidateInfo: origin: SOURCE owningCallableSymbol: KtAnonymousFunctionSymbol(/) type: KtUsualClassType: - type: test/Target annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: test/Target type = test.Target extensionReceiver = null signature = KtFunctionLikeSignature: diff --git a/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.txt b/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.txt index 7f5a6dc699c..a6cde1eee69 100644 --- a/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.txt +++ b/analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/builderInference.txt @@ -8,14 +8,14 @@ KtApplicableCallCandidateInfo: origin: SOURCE owningCallableSymbol: KtAnonymousFunctionSymbol(/) type: KtUsualClassType: - type: test/Target annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: test/Target type = test.Target extensionReceiver = null signature = KtFunctionLikeSignature: diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBody.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBody.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBody.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBody.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyQualified.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyQualified.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithTypeFromRHS.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithTypeFromRHS.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithTypeFromRHS.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithTypeFromRHS.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.descriptors.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.descriptors.txt index 845a42d44d5..eb2f1da8ac7 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.descriptors.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.descriptors.txt @@ -1,4 +1,4 @@ expression: av expected type: KtTypeErrorType: - type: ERROR_TYPE annotationsList: [] + type: ERROR_TYPE diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.txt index 32f723fd837..327c783de11 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionExpressionBodyWithoutExplicitType.txt @@ -1,4 +1,4 @@ expression: av expected type: KtClassErrorType: - type: ERROR_TYPE annotationsList: [] + type: ERROR_TYPE diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionLambdaParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionLambdaParam.txt index 47731132d1e..cd88b2a7f78 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionLambdaParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionLambdaParam.txt @@ -1,14 +1,14 @@ expression: av expected type: KtFunctionalType: - type: kotlin/Function1 annotationsList: [] ownTypeArguments: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: kotlin/Function1 diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionNamedlParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionNamedlParam.txt index 0f149305472..4499fa16724 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionNamedlParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionNamedlParam.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionParamWithTypeParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionParamWithTypeParam.txt index 5f43334dc43..bb87eda692c 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionParamWithTypeParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionParamWithTypeParam.txt @@ -1,4 +1,4 @@ expression: ab expected type: KtTypeParameterType: - type: T annotationsList: [] + type: T diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParam.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParam.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParamQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParamQualified.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParamQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/functionPositionalParamQualified.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifCondition.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifCondition.txt index afd13cbf52f..2960f4f7533 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifCondition.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifCondition.txt @@ -1,5 +1,5 @@ expression: xy expected type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifConditionQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifConditionQualified.txt index 775e5bbda26..37825722949 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifConditionQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/ifConditionQualified.txt @@ -1,5 +1,5 @@ expression: fdfd expected type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionAsRegularCallParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionAsRegularCallParam.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionAsRegularCallParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionAsRegularCallParam.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParam.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParam.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParamQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParamQualified.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParamQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/infixFunctionParamQualified.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithExplicitTypeFromVariable.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithExplicitTypeFromVariable.txt index e5f4bbf65da..d8f6bcf62a0 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithExplicitTypeFromVariable.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithExplicitTypeFromVariable.txt @@ -2,11 +2,11 @@ expression: { val (a, b) = listOf(1, 2) } expected type: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithoutReturnNorExplicitType.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithoutReturnNorExplicitType.txt index 881530470c5..3c49b95cbc1 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithoutReturnNorExplicitType.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/lambdaWithoutReturnNorExplicitType.txt @@ -3,15 +3,15 @@ expression: { a: Int -> a + b } expected type: KtFunctionalType: - type: kotlin/Function1 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int ] + type: kotlin/Function1 diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclaration.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclaration.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclaration.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclaration.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationQualified.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationQualified.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithSafeCast.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithSafeCast.txt index 72477952bae..836811eef4f 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithSafeCast.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithSafeCast.txt @@ -1,5 +1,5 @@ expression: p0 expected type: KtUsualClassType: - type: kotlin/String? annotationsList: [] ownTypeArguments: [] + type: kotlin/String? diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeCast.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeCast.txt index cc296cb4b4b..e02acadf324 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeCast.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeCast.txt @@ -1,5 +1,5 @@ expression: p0 expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeFromRHS.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeFromRHS.txt index 163680926e9..906f355865a 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeFromRHS.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithTypeFromRHS.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.descriptors.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.descriptors.txt index 845a42d44d5..eb2f1da8ac7 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.descriptors.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.descriptors.txt @@ -1,4 +1,4 @@ expression: av expected type: KtTypeErrorType: - type: ERROR_TYPE annotationsList: [] + type: ERROR_TYPE diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.txt index 32f723fd837..327c783de11 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/propertyDeclarationWithoutExplicitType.txt @@ -1,4 +1,4 @@ expression: av expected type: KtClassErrorType: - type: ERROR_TYPE annotationsList: [] + type: ERROR_TYPE diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunction.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunction.txt index ea5652b8333..2d7206a19ab 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunction.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunction.txt @@ -1,5 +1,5 @@ expression: a expected type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunctionQualifiedSelector.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunctionQualifiedSelector.txt index ea5652b8333..2d7206a19ab 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunctionQualifiedSelector.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromFunctionQualifiedSelector.txt @@ -1,5 +1,5 @@ expression: a expected type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromLambda.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromLambda.txt index dc6882f53e6..8fbcac6bac2 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromLambda.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/returnFromLambda.txt @@ -1,5 +1,5 @@ expression: fd expected type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/sam.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/sam.txt index 4557cc56d5b..3aa7aed5f79 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/sam.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/sam.txt @@ -1,5 +1,5 @@ expression: { /* SAM */ } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsArgument.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsArgument.txt index 75ab581e77e..edeaf3f5623 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsArgument.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsArgument.txt @@ -1,5 +1,5 @@ expression: { /* Argument */ } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsConstructorArgument.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsConstructorArgument.txt index 7a1d4158d9b..08affe802ff 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsConstructorArgument.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsConstructorArgument.txt @@ -1,4 +1,4 @@ expression: { println("hello1") } expected type: KtFlexibleType: - type: java/lang/Runnable! annotationsList: [] + type: java/lang/Runnable! diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsReturn.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsReturn.txt index 0a328ef6fc8..a0b782fa576 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsReturn.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samAsReturn.txt @@ -1,5 +1,5 @@ expression: { /* Return */ } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsArgument.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsArgument.txt index ba4b94c2ccb..fe419837b27 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsArgument.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsArgument.txt @@ -1,5 +1,5 @@ expression: ::dummy expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsVararg.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsVararg.txt index ba4b94c2ccb..fe419837b27 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsVararg.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceAsVararg.txt @@ -1,5 +1,5 @@ expression: ::dummy expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceWithTypeCast.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceWithTypeCast.txt index ba4b94c2ccb..fe419837b27 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceWithTypeCast.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samReferenceWithTypeCast.txt @@ -1,5 +1,5 @@ expression: ::dummy expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithExplicitTypeFromProperty.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithExplicitTypeFromProperty.txt index acbb4033884..cc4f2bf912e 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithExplicitTypeFromProperty.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithExplicitTypeFromProperty.txt @@ -1,5 +1,5 @@ expression: { /* Variable */ } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToExplicitLabel.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToExplicitLabel.txt index f45071a5ad1..5b5c2f1abff 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToExplicitLabel.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToExplicitLabel.txt @@ -1,5 +1,5 @@ expression: { return@l } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToImplicitLabel.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToImplicitLabel.txt index a6d7c915e1e..77758ae152d 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToImplicitLabel.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithReturnToImplicitLabel.txt @@ -1,5 +1,5 @@ expression: { return@Runnable } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithTypeCast.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithTypeCast.txt index 0853fd9eaff..c98d1f919bb 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithTypeCast.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/samWithTypeCast.txt @@ -1,5 +1,5 @@ expression: { /* Type Cast */ } expected type: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignment.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignment.txt index ed137379ff2..02f4bd1e5bb 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignment.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignment.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignmentQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignmentQualified.txt index ed137379ff2..02f4bd1e5bb 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignmentQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/variableAssignmentQualified.txt @@ -1,5 +1,5 @@ expression: av expected type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileCondition.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileCondition.txt index afd13cbf52f..2960f4f7533 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileCondition.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileCondition.txt @@ -1,5 +1,5 @@ expression: xy expected type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean diff --git a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileConditionQualified.txt b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileConditionQualified.txt index 775e5bbda26..37825722949 100644 --- a/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileConditionQualified.txt +++ b/analysis/analysis-api/testData/components/expressionTypeProvider/expectedExpressionType/whileConditionQualified.txt @@ -1,5 +1,5 @@ expression: fdfd expected type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean diff --git a/analysis/analysis-api/testData/components/scopeProvider/typeScope/innerClassTypeParamsSubstitution.txt b/analysis/analysis-api/testData/components/scopeProvider/typeScope/innerClassTypeParamsSubstitution.txt index 5f506408e7f..2364094ff3e 100644 --- a/analysis/analysis-api/testData/components/scopeProvider/typeScope/innerClassTypeParamsSubstitution.txt +++ b/analysis/analysis-api/testData/components/scopeProvider/typeScope/innerClassTypeParamsSubstitution.txt @@ -81,24 +81,24 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map> annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: X annotationsList: [] + type: X KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: Y - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map ] + type: kotlin/collections/Map> symbolKind: CLASS_MEMBER typeParameters: [ KtTypeParameterSymbol(Y) @@ -119,8 +119,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: X annotationsList: [] + type: X symbolKind: LOCAL typeParameters: [] KtValueParameterSymbol: @@ -138,8 +138,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: Y annotationsList: [] + type: Y symbolKind: LOCAL typeParameters: [] ] @@ -162,16 +162,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: X - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -193,16 +193,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: X - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map setter: null symbolKind: CLASS_MEMBER typeParameters: [] @@ -227,8 +227,8 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtTypeParameterType: - type: O annotationsList: [] + type: O symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -253,9 +253,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -274,9 +274,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] ] @@ -301,9 +301,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -328,9 +328,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/components/scopeProvider/typeScope/intList.txt b/analysis/analysis-api/testData/components/scopeProvider/typeScope/intList.txt index ea2805342a7..fe4e7096653 100644 --- a/analysis/analysis-api/testData/components/scopeProvider/typeScope/intList.txt +++ b/analysis/analysis-api/testData/components/scopeProvider/typeScope/intList.txt @@ -171,9 +171,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -192,8 +192,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -218,9 +218,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -239,13 +239,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] ] @@ -270,8 +270,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -290,9 +290,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -317,9 +317,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -338,8 +338,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -364,9 +364,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -391,13 +391,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Iterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Iterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -422,9 +422,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -443,8 +443,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -469,13 +469,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -500,13 +500,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -525,9 +525,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -552,13 +552,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -577,9 +577,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] KtValueParameterSymbol: @@ -597,9 +597,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -622,9 +622,9 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -646,9 +646,9 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] @@ -673,9 +673,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -694,9 +694,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] ] @@ -721,9 +721,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -748,9 +748,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerClassTypeParamsSubstitution.txt b/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerClassTypeParamsSubstitution.txt index 0120087f632..bb4af955b03 100644 --- a/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerClassTypeParamsSubstitution.txt +++ b/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerClassTypeParamsSubstitution.txt @@ -75,24 +75,24 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map> annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: X annotationsList: [] + type: X KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: Y - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map ] + type: kotlin/collections/Map> symbolKind: CLASS_MEMBER typeParameters: [ KtTypeParameterSymbol(Y) @@ -113,8 +113,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: X annotationsList: [] + type: X symbolKind: LOCAL typeParameters: [] KtValueParameterSymbol: @@ -132,8 +132,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: Y annotationsList: [] + type: Y symbolKind: LOCAL typeParameters: [] ] @@ -156,16 +156,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: X - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -187,16 +187,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: X - annotationsList: [] KtTypeParameterType: - type: O annotationsList: [] + type: O ] + type: kotlin/collections/Map setter: null symbolKind: CLASS_MEMBER typeParameters: [] @@ -221,9 +221,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -242,9 +242,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] ] @@ -269,9 +269,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -296,9 +296,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerTypeParamsSubstitution.txt b/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerTypeParamsSubstitution.txt index 3d71a2c490f..6824bdcdf86 100644 --- a/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerTypeParamsSubstitution.txt +++ b/analysis/analysis-api/testData/components/scopeProvider/typeScope/outerTypeParamsSubstitution.txt @@ -75,16 +75,16 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: X - annotationsList: [] KtTypeParameterType: - type: Y annotationsList: [] + type: Y ] + type: kotlin/collections/Map symbolKind: CLASS_MEMBER typeParameters: [ KtTypeParameterSymbol(Y) @@ -105,8 +105,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: X annotationsList: [] + type: X symbolKind: LOCAL typeParameters: [] KtValueParameterSymbol: @@ -124,8 +124,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: Y annotationsList: [] + type: Y symbolKind: LOCAL typeParameters: [] ] @@ -148,17 +148,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: X annotationsList: [] + type: X KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: kotlin/collections/Map symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -180,17 +180,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Map annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: X annotationsList: [] + type: X KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] + type: kotlin/collections/Map setter: null symbolKind: CLASS_MEMBER typeParameters: [] @@ -215,9 +215,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -236,9 +236,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] ] @@ -263,9 +263,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -290,9 +290,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/components/scopeProvider/typeScope/typeParamList.txt b/analysis/analysis-api/testData/components/scopeProvider/typeScope/typeParamList.txt index 8258083bb67..ba6cf45254a 100644 --- a/analysis/analysis-api/testData/components/scopeProvider/typeScope/typeParamList.txt +++ b/analysis/analysis-api/testData/components/scopeProvider/typeScope/typeParamList.txt @@ -171,9 +171,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -192,8 +192,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -218,9 +218,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -239,13 +239,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] ] @@ -270,8 +270,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -290,9 +290,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -317,9 +317,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -338,8 +338,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -364,9 +364,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -391,13 +391,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Iterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Iterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -422,9 +422,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -443,8 +443,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] ] @@ -469,13 +469,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -500,13 +500,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -525,9 +525,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -552,13 +552,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -577,9 +577,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] KtValueParameterSymbol: @@ -597,9 +597,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] ] @@ -622,9 +622,9 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -646,9 +646,9 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] @@ -673,9 +673,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -694,9 +694,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] ] @@ -721,9 +721,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -748,9 +748,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.descriptors.txt b/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.descriptors.txt index 35b652ffef3..22845c0c053 100644 --- a/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.descriptors.txt +++ b/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.descriptors.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null diff --git a/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.txt b/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.txt index e3dd9c3ea22..bf034d96861 100644 --- a/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.txt +++ b/analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.txt @@ -20,17 +20,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null diff --git a/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.descriptors.txt b/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.descriptors.txt index 84a420f116d..e5b3ac39636 100644 --- a/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.descriptors.txt +++ b/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.descriptors.txt @@ -19,23 +19,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/I.zoo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -58,15 +58,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/I.zoo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -94,9 +94,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -106,15 +106,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/I.zoo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -133,9 +133,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -143,18 +143,18 @@ KtKotlinPropertySymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -182,17 +182,17 @@ KtFunctionSymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -219,23 +219,23 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/I.smth) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -257,17 +257,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -287,17 +287,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -323,17 +323,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -353,9 +353,9 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -383,18 +383,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -413,9 +413,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -423,18 +423,18 @@ KtKotlinPropertySymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -463,23 +463,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/I.doo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -502,23 +502,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/I.doo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null diff --git a/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.txt b/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.txt index 5b1aaf336cb..d861a088ad3 100644 --- a/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.txt +++ b/analysis/analysis-api/testData/scopes/delegatedMemberScope/simple.txt @@ -23,23 +23,23 @@ KtKotlinPropertySymbol: origin: DELEGATED owningCallableSymbol: KtKotlinPropertySymbol(/I.zoo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -67,17 +67,17 @@ KtFunctionSymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -103,17 +103,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -144,23 +144,23 @@ KtFunctionSymbol: origin: DELEGATED owningCallableSymbol: KtFunctionSymbol(/I.smth) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -186,17 +186,17 @@ KtKotlinPropertySymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -229,23 +229,23 @@ KtKotlinPropertySymbol: origin: DELEGATED owningCallableSymbol: KtKotlinPropertySymbol(/I.doo) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null diff --git a/analysis/analysis-api/testData/scopes/delegatedMemberScope/withOverridden.txt b/analysis/analysis-api/testData/scopes/delegatedMemberScope/withOverridden.txt index 2b35e6061ef..e969441401e 100644 --- a/analysis/analysis-api/testData/scopes/delegatedMemberScope/withOverridden.txt +++ b/analysis/analysis-api/testData/scopes/delegatedMemberScope/withOverridden.txt @@ -18,16 +18,16 @@ KtFunctionSymbol: origin: DELEGATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: B annotationsList: [] ownTypeArguments: [] + type: B getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.descriptors.txt b/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.descriptors.txt index 622ff4bf6c3..a9dc71c9d96 100644 --- a/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.descriptors.txt +++ b/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.descriptors.txt @@ -29,9 +29,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -62,9 +62,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -83,9 +83,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -113,9 +113,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -139,9 +139,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -171,9 +171,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -197,9 +197,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -227,18 +227,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -257,9 +257,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -296,9 +296,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -322,9 +322,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -352,18 +352,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -382,9 +382,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -421,9 +421,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -447,9 +447,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -477,18 +477,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -507,9 +507,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -546,9 +546,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -572,9 +572,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -602,18 +602,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -632,9 +632,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -671,9 +671,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -697,9 +697,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [ kotlin/jvm/JvmName(name = "customPrivateSetter") @@ -730,18 +730,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -760,9 +760,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -799,9 +799,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -825,9 +825,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [ kotlin/jvm/JvmName(name = "customPrivateSetter") @@ -858,18 +858,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -888,9 +888,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -930,9 +930,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -956,9 +956,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -991,9 +991,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1017,9 +1017,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1052,15 +1052,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithReceiver) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1087,15 +1087,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithReceiver) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1128,14 +1128,14 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithGenericReceiver) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1162,14 +1162,14 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithGenericReceiver) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [ @@ -1201,9 +1201,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1227,9 +1227,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1259,9 +1259,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1285,9 +1285,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -1315,18 +1315,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -1345,9 +1345,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -1386,9 +1386,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.txt b/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.txt index b3331403d9c..90740bff715 100644 --- a/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.txt +++ b/analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.txt @@ -29,9 +29,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -62,9 +62,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -83,9 +83,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -113,9 +113,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -139,9 +139,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -171,9 +171,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -197,9 +197,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -227,18 +227,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -257,9 +257,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -296,9 +296,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -322,9 +322,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -352,18 +352,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -382,9 +382,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -421,9 +421,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -447,9 +447,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -477,18 +477,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -507,9 +507,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -546,9 +546,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -572,9 +572,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -602,18 +602,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -632,9 +632,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -671,9 +671,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -697,9 +697,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [ kotlin/jvm/JvmName(name = "customPrivateSetter") @@ -730,18 +730,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -760,9 +760,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -799,9 +799,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -825,9 +825,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [ kotlin/jvm/JvmName(name = "customPrivateSetter") @@ -858,18 +858,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -888,9 +888,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -930,9 +930,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -956,9 +956,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -991,9 +991,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1017,9 +1017,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1052,15 +1052,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithReceiver) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1087,15 +1087,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithReceiver) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1128,14 +1128,14 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithGenericReceiver) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1162,14 +1162,14 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/propertyWithGenericReceiver) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [ @@ -1201,9 +1201,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1227,9 +1227,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -1262,9 +1262,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -1288,9 +1288,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -1318,18 +1318,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -1348,9 +1348,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -1389,9 +1389,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/scopes/fileScopeTest/simpleFileScope.txt b/analysis/analysis-api/testData/scopes/fileScopeTest/simpleFileScope.txt index e33fee4714e..ac0eb5f0e2f 100644 --- a/analysis/analysis-api/testData/scopes/fileScopeTest/simpleFileScope.txt +++ b/analysis/analysis-api/testData/scopes/fileScopeTest/simpleFileScope.txt @@ -29,9 +29,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -57,9 +57,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -83,9 +83,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -117,9 +117,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -144,9 +144,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.txt index 552227510d0..a2355da36dd 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.txt @@ -21,9 +21,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -42,9 +42,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -52,9 +52,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -81,9 +81,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -102,9 +102,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -112,9 +112,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -141,9 +141,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -162,9 +162,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -172,9 +172,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -201,9 +201,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -222,9 +222,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Float annotationsList: [] ownTypeArguments: [] + type: kotlin/Float symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -232,9 +232,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -261,9 +261,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -282,9 +282,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -292,9 +292,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -321,9 +321,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -342,9 +342,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -352,9 +352,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -381,9 +381,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -402,9 +402,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -412,9 +412,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -438,17 +438,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -475,9 +475,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -496,9 +496,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -506,9 +506,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -535,9 +535,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -556,9 +556,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -566,9 +566,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -595,9 +595,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -616,9 +616,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -626,9 +626,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -655,9 +655,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -676,9 +676,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -686,9 +686,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -715,9 +715,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -736,9 +736,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -746,9 +746,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -775,9 +775,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -796,9 +796,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -806,9 +806,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -835,9 +835,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -856,9 +856,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -866,9 +866,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -892,17 +892,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -929,17 +929,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -966,9 +966,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -987,9 +987,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -997,9 +997,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1026,9 +1026,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1047,9 +1047,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1057,9 +1057,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1086,9 +1086,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1107,9 +1107,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1117,9 +1117,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1146,9 +1146,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1167,9 +1167,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1177,9 +1177,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1206,9 +1206,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1227,9 +1227,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1237,9 +1237,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1266,9 +1266,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1287,9 +1287,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1297,9 +1297,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1326,9 +1326,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1347,9 +1347,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1357,9 +1357,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1386,9 +1386,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1407,9 +1407,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Byte annotationsList: [] ownTypeArguments: [] + type: kotlin/Byte symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1417,9 +1417,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1446,9 +1446,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1467,9 +1467,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1477,9 +1477,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1506,9 +1506,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1527,9 +1527,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1537,9 +1537,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1566,9 +1566,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1587,9 +1587,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1597,9 +1597,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1626,9 +1626,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1647,9 +1647,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1657,9 +1657,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1686,9 +1686,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1707,9 +1707,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1717,9 +1717,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1743,9 +1743,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1764,9 +1764,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1774,9 +1774,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1800,9 +1800,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1821,9 +1821,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1831,9 +1831,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1857,9 +1857,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/ranges/LongRange - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1878,9 +1878,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1888,9 +1888,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1914,9 +1914,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1935,9 +1935,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1945,9 +1945,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1976,9 +1976,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1997,9 +1997,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2007,9 +2007,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2038,9 +2038,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2059,9 +2059,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2069,9 +2069,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2100,9 +2100,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/ranges/LongRange - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2121,9 +2121,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2131,9 +2131,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2162,9 +2162,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/ranges/IntRange annotationsList: [] ownTypeArguments: [] + type: kotlin/ranges/IntRange symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2183,9 +2183,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2193,9 +2193,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2224,9 +2224,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2245,9 +2245,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Byte annotationsList: [] ownTypeArguments: [] + type: kotlin/Byte symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2255,9 +2255,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2286,9 +2286,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2307,9 +2307,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2317,9 +2317,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2348,9 +2348,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2369,9 +2369,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2379,9 +2379,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2410,9 +2410,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2431,9 +2431,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2441,9 +2441,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2472,9 +2472,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2493,9 +2493,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2503,9 +2503,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2534,9 +2534,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2555,9 +2555,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2565,9 +2565,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2594,9 +2594,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2615,9 +2615,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2625,9 +2625,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2654,9 +2654,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2675,9 +2675,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2685,9 +2685,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2714,9 +2714,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2735,9 +2735,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Byte - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2745,9 +2745,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2774,9 +2774,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2795,9 +2795,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Double - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2805,9 +2805,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2834,9 +2834,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2855,9 +2855,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Float - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2865,9 +2865,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2894,9 +2894,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2915,9 +2915,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Int - annotationsList: [] - ownTypeArguments: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2925,9 +2925,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -2954,9 +2954,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Long - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2975,9 +2975,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -2985,9 +2985,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3014,9 +3014,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3035,9 +3035,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -3045,9 +3045,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3074,17 +3074,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Byte annotationsList: [] ownTypeArguments: [] + type: kotlin/Byte symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3111,17 +3111,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Char annotationsList: [] ownTypeArguments: [] + type: kotlin/Char symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3148,17 +3148,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3185,17 +3185,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Float annotationsList: [] ownTypeArguments: [] + type: kotlin/Float symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3222,17 +3222,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3259,17 +3259,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3296,17 +3296,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Short annotationsList: [] ownTypeArguments: [] + type: kotlin/Short symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3333,17 +3333,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3370,17 +3370,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3407,17 +3407,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3444,9 +3444,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3465,9 +3465,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -3475,9 +3475,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3504,9 +3504,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3525,9 +3525,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -3535,9 +3535,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3561,17 +3561,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -3591,9 +3591,9 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: CLASS_MEMBER typeParameters: [] @@ -3613,9 +3613,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/Integer annotationsList: [] ownTypeArguments: [] + type: java/lang/Integer symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3634,9 +3634,9 @@ KtConstructorSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3657,9 +3657,9 @@ KtConstructorSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/MutableList.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/MutableList.txt index 447b1b872f7..6a96f6e514b 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/MutableList.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/MutableList.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -39,8 +39,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -48,13 +48,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -78,9 +78,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Unit - annotationsList: [] - ownTypeArguments: [] symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -99,9 +99,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -121,8 +121,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -130,13 +130,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -160,9 +160,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -181,9 +181,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -203,13 +203,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -217,13 +217,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -247,9 +247,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -268,13 +268,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -282,13 +282,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -312,21 +312,21 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -350,25 +350,25 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/MutableListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -392,13 +392,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/MutableListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -417,9 +417,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -427,13 +427,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -457,9 +457,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -478,8 +478,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -487,13 +487,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -517,9 +517,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -538,13 +538,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -552,13 +552,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -582,8 +582,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -602,9 +602,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -612,13 +612,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -642,9 +642,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -663,13 +663,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -677,13 +677,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -707,8 +707,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -727,9 +727,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -749,8 +749,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -758,13 +758,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -788,13 +788,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -813,9 +813,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -835,9 +835,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -845,13 +845,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -875,9 +875,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -896,8 +896,8 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -905,13 +905,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -935,9 +935,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -956,13 +956,13 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/Collection annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/Collection symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -970,13 +970,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1000,8 +1000,8 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1020,9 +1020,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1030,13 +1030,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1060,9 +1060,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1081,8 +1081,8 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1090,13 +1090,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1120,21 +1120,21 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1158,25 +1158,25 @@ KtFunctionSymbol: origin: INTERSECTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/MutableIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1200,9 +1200,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1221,8 +1221,8 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1230,13 +1230,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/MutableList annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/MutableList getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1258,21 +1258,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null hasBackingField: false @@ -1292,21 +1292,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null getterDeprecationStatus: null @@ -1334,9 +1334,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1355,9 +1355,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -1365,9 +1365,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1391,17 +1391,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -1425,16 +1425,16 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/dataClass.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/dataClass.txt index 4843db79d88..f9a43007bdc 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/dataClass.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/dataClass.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -82,17 +82,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -112,17 +112,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -148,17 +148,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -178,17 +178,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -216,17 +216,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -251,15 +251,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/Abc.bodyProperty) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -286,23 +286,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/Abc.bodyProperty) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Long annotationsList: [] ownTypeArguments: [] + type: kotlin/Long setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -330,17 +330,17 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -364,17 +364,17 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -398,17 +398,17 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -432,9 +432,9 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -453,9 +453,9 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -475,9 +475,9 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -497,9 +497,9 @@ KtFunctionSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -507,9 +507,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -533,9 +533,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -554,9 +554,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -564,9 +564,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -590,17 +590,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -624,17 +624,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -649,9 +649,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -677,17 +677,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -707,17 +707,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -734,9 +734,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -763,17 +763,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -793,17 +793,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -820,9 +820,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Double annotationsList: [] ownTypeArguments: [] + type: kotlin/Double symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -849,17 +849,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -879,17 +879,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Abc annotationsList: [] ownTypeArguments: [] + type: Abc getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -906,9 +906,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/enumEntry.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/enumEntry.txt index 772fa954a4f..490273f66e4 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/enumEntry.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/enumEntry.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -84,21 +84,21 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Protected getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -122,9 +122,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -143,9 +143,9 @@ KtFunctionSymbol: origin: SUBSTITUTION_OVERRIDE receiverParameter: null returnType: KtUsualClassType: - type: test/E annotationsList: [] ownTypeArguments: [] + type: test/E symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -153,9 +153,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: test/E annotationsList: [] ownTypeArguments: [] + type: test/E getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -179,9 +179,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -200,9 +200,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -210,13 +210,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -240,21 +240,21 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -278,21 +278,21 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -317,21 +317,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null hasBackingField: true @@ -351,21 +351,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null getterDeprecationStatus: null @@ -391,21 +391,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null hasBackingField: true @@ -425,21 +425,21 @@ KtKotlinPropertySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/Enum getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null getterDeprecationStatus: null diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/java.lang.String.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/java.lang.String.txt index dbbabc0eb66..447ec06f682 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/java.lang.String.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/java.lang.String.txt @@ -10,15 +10,15 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: CLASS_MEMBER typeParameters: [] visibility: Private getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -34,16 +34,16 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] visibility: Private getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -67,17 +67,17 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: PackageVisibility getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -93,16 +93,16 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] visibility: Private getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -124,17 +124,17 @@ KtSyntheticJavaPropertySymbol: origin: JAVA_SYNTHETIC_PROPERTY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null hasBackingField: true @@ -154,17 +154,17 @@ KtSyntheticJavaPropertySymbol: origin: JAVA_SYNTHETIC_PROPERTY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null getterDeprecationStatus: null @@ -192,17 +192,17 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -226,9 +226,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -247,9 +247,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -257,9 +257,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -283,9 +283,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -304,9 +304,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -314,9 +314,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -340,9 +340,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -361,9 +361,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -383,9 +383,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -393,9 +393,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -419,9 +419,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -440,9 +440,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -462,9 +462,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -472,9 +472,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -498,9 +498,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -519,8 +519,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -540,9 +540,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -550,9 +550,9 @@ KtFunctionSymbol: ] visibility: PackageVisibility getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -576,9 +576,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -597,9 +597,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -619,9 +619,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -641,8 +641,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -662,9 +662,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -672,9 +672,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -701,9 +701,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -722,9 +722,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -744,9 +744,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -766,8 +766,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -787,9 +787,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -797,9 +797,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=Deprecated in Java) @@ -823,8 +823,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -843,8 +843,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -852,9 +852,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -878,8 +878,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -898,8 +898,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/nio/charset/Charset! annotationsList: [] + type: java/nio/charset/Charset! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -907,9 +907,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -933,16 +933,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -966,9 +966,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -987,9 +987,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -997,9 +997,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1023,9 +1023,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1044,8 +1044,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/lang/StringBuffer! annotationsList: [] + type: java/lang/StringBuffer! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1053,9 +1053,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1079,9 +1079,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1100,8 +1100,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharSequence! annotationsList: [] + type: kotlin/CharSequence! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1109,9 +1109,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1135,9 +1135,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1156,8 +1156,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1165,9 +1165,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1191,9 +1191,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1212,8 +1212,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1221,9 +1221,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1247,9 +1247,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1268,8 +1268,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1277,9 +1277,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1303,9 +1303,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1324,9 +1324,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1346,8 +1346,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1367,9 +1367,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1389,9 +1389,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1399,9 +1399,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1425,9 +1425,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1446,9 +1446,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1468,9 +1468,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1490,8 +1490,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1511,9 +1511,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1533,9 +1533,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1543,9 +1543,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1569,9 +1569,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1590,8 +1590,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1611,9 +1611,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1621,9 +1621,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1647,9 +1647,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1668,8 +1668,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1677,9 +1677,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1703,9 +1703,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1724,8 +1724,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1733,9 +1733,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1759,17 +1759,17 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1793,9 +1793,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1814,9 +1814,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1824,9 +1824,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1850,9 +1850,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1871,9 +1871,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1893,9 +1893,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1903,9 +1903,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1929,9 +1929,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -1950,8 +1950,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -1959,9 +1959,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -1985,9 +1985,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2006,8 +2006,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2027,9 +2027,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2037,9 +2037,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2063,9 +2063,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2084,9 +2084,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2106,9 +2106,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2116,9 +2116,9 @@ KtFunctionSymbol: ] visibility: Private getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2142,9 +2142,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2163,9 +2163,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2173,9 +2173,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2199,9 +2199,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2220,9 +2220,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2242,9 +2242,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2252,9 +2252,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2278,9 +2278,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2299,8 +2299,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2308,9 +2308,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2334,9 +2334,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2355,8 +2355,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2376,9 +2376,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2386,9 +2386,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2412,9 +2412,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2433,9 +2433,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2455,9 +2455,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2465,9 +2465,9 @@ KtFunctionSymbol: ] visibility: Private getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2491,8 +2491,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2511,9 +2511,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2521,9 +2521,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2547,8 +2547,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2567,9 +2567,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2589,9 +2589,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2599,9 +2599,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2625,9 +2625,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: @EnhancedNullability kotlin/CharSequence annotationsList: [] ownTypeArguments: [] + type: @EnhancedNullability kotlin/CharSequence symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2646,9 +2646,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2668,9 +2668,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2678,9 +2678,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2704,8 +2704,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2724,8 +2724,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2733,9 +2733,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2759,8 +2759,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2779,9 +2779,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Char annotationsList: [] ownTypeArguments: [] + type: kotlin/Char symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2801,9 +2801,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Char annotationsList: [] ownTypeArguments: [] + type: kotlin/Char symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2811,9 +2811,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2837,8 +2837,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2857,8 +2857,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharSequence! annotationsList: [] + type: kotlin/CharSequence! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2878,8 +2878,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharSequence! annotationsList: [] + type: kotlin/CharSequence! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2887,9 +2887,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2913,9 +2913,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2934,8 +2934,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2943,9 +2943,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -2969,9 +2969,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -2990,8 +2990,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharSequence! annotationsList: [] + type: kotlin/CharSequence! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -2999,9 +2999,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3025,8 +3025,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3045,8 +3045,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3066,8 +3066,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3075,9 +3075,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3101,8 +3101,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3121,8 +3121,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3142,8 +3142,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3151,9 +3151,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3177,8 +3177,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: ft, kotlin/Array?> annotationsList: [] + type: ft, kotlin/Array?> symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3197,8 +3197,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3218,9 +3218,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3228,9 +3228,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3254,8 +3254,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: ft, kotlin/Array?> annotationsList: [] + type: ft, kotlin/Array?> symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3274,8 +3274,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: + annotationsList: [] type: kotlin/String! - annotationsList: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3283,9 +3283,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3309,8 +3309,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3329,8 +3329,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/util/Locale! annotationsList: [] + type: java/util/Locale! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3338,9 +3338,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3364,16 +3364,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3397,8 +3397,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3417,8 +3417,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/util/Locale! annotationsList: [] + type: java/util/Locale! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3426,9 +3426,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3452,16 +3452,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3485,16 +3485,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3518,17 +3518,17 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: @EnhancedNullability kotlin/String annotationsList: [] ownTypeArguments: [] + type: @EnhancedNullability kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3552,16 +3552,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3585,16 +3585,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3618,9 +3618,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Char annotationsList: [] ownTypeArguments: [] + type: kotlin/Char symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3639,9 +3639,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3649,9 +3649,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String getContainingModule: KtSdkModule "SDK jdk" deprecationStatus: null @@ -3671,21 +3671,21 @@ KtNamedClassOrObjectSymbol: origin: JAVA superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any KtUsualClassType: - type: java/util/Comparator annotationsList: [] ownTypeArguments: [ KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! ] + type: java/util/Comparator KtUsualClassType: - type: java/io/Serializable annotationsList: [] ownTypeArguments: [] + type: java/io/Serializable ] symbolKind: CLASS_MEMBER typeParameters: [] @@ -3705,9 +3705,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -3726,9 +3726,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3747,8 +3747,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: + annotationsList: [] type: kotlin/String! - annotationsList: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3769,9 +3769,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3790,8 +3790,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3812,9 +3812,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3833,8 +3833,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3854,9 +3854,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3876,9 +3876,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3899,9 +3899,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -3920,8 +3920,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: + annotationsList: [] type: kotlin/IntArray! - annotationsList: [] symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3941,9 +3941,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3963,9 +3963,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -3989,9 +3989,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4010,8 +4010,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4031,9 +4031,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4053,9 +4053,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4075,9 +4075,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4101,9 +4101,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4122,8 +4122,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4143,9 +4143,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4166,9 +4166,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4187,8 +4187,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4208,9 +4208,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4230,9 +4230,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4252,8 +4252,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4274,9 +4274,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4295,8 +4295,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4316,9 +4316,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4338,9 +4338,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4360,8 +4360,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/nio/charset/Charset! annotationsList: [] + type: java/nio/charset/Charset! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4382,9 +4382,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4403,8 +4403,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4424,8 +4424,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4446,9 +4446,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4467,8 +4467,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4488,8 +4488,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/nio/charset/Charset! annotationsList: [] + type: java/nio/charset/Charset! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4510,9 +4510,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4531,8 +4531,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4552,9 +4552,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4574,9 +4574,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4597,9 +4597,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4618,8 +4618,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/ByteArray! annotationsList: [] + type: kotlin/ByteArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4640,9 +4640,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4661,8 +4661,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/lang/StringBuffer! annotationsList: [] + type: java/lang/StringBuffer! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4683,9 +4683,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4704,8 +4704,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: java/lang/StringBuilder! annotationsList: [] + type: java/lang/StringBuilder! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4726,9 +4726,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4747,8 +4747,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4768,9 +4768,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4794,9 +4794,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: java/lang/String annotationsList: [] ownTypeArguments: [] + type: java/lang/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -4815,9 +4815,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4837,9 +4837,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" @@ -4859,8 +4859,8 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/CharArray! annotationsList: [] + type: kotlin/CharArray! symbolKind: LOCAL typeParameters: [] getContainingModule: KtSdkModule "SDK jdk" diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaField.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaField.txt index a95dc4354f0..18be6eaddf0 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaField.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaField.txt @@ -10,16 +10,16 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -35,15 +35,15 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -67,9 +67,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -88,9 +88,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -98,9 +98,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -124,17 +124,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -158,17 +158,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -183,9 +183,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaFieldClash.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaFieldClash.txt index b4baded1e45..7a67acd2287 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaFieldClash.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaFieldClash.txt @@ -10,16 +10,16 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -35,15 +35,15 @@ KtJavaFieldSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -67,9 +67,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -88,9 +88,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -98,9 +98,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -124,17 +124,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -158,17 +158,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -183,9 +183,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaMethods.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaMethods.txt index 588a02baa23..898046921ea 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaMethods.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/javaMethods.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -52,8 +52,8 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -72,9 +72,9 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -82,9 +82,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -108,16 +108,16 @@ KtFunctionSymbol: origin: JAVA receiverParameter: null returnType: KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -141,9 +141,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -162,9 +162,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -172,9 +172,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -198,17 +198,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -232,17 +232,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -257,9 +257,9 @@ KtConstructorSymbol: origin: JAVA receiverParameter: null returnType: KtUsualClassType: - type: JavaClass annotationsList: [] ownTypeArguments: [] + type: JavaClass symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.txt index 2fd2272812a..3c2d9628444 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.txt @@ -18,8 +18,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: R annotationsList: [] + type: R symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -38,8 +38,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: P1 annotationsList: [] + type: P1 symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -59,8 +59,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: P2 annotationsList: [] + type: P2 symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -68,19 +68,19 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtFunctionalType: - type: kotlin/Function2 annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: P1 - annotationsList: [] KtTypeParameterType: + annotationsList: [] type: P2 - annotationsList: [] KtTypeParameterType: - type: R annotationsList: [] + type: R ] + type: kotlin/Function2 getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -104,9 +104,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -125,9 +125,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -135,9 +135,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -161,17 +161,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -195,16 +195,16 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/customSerlializable.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/customSerlializable.txt index c3136e258fb..11b40cf22cb 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/customSerlializable.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/customSerlializable.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -39,9 +39,9 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: test/FirstTarget annotationsList: [] ownTypeArguments: [] + type: test/FirstTarget symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -49,9 +49,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: test/Serializer annotationsList: [] ownTypeArguments: [] + type: test/Serializer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -75,9 +75,9 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -96,9 +96,9 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: test/SecondTarget annotationsList: [] ownTypeArguments: [] + type: test/SecondTarget symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -106,9 +106,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: test/Serializer annotationsList: [] ownTypeArguments: [] + type: test/Serializer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -132,9 +132,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -153,9 +153,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -163,9 +163,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -189,17 +189,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -223,17 +223,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -248,9 +248,9 @@ KtConstructorSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: test/Serializer annotationsList: [] ownTypeArguments: [] + type: test/Serializer symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/generatedCompanionWithFoo.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/generatedCompanionWithFoo.txt index 98eb6990712..d761f47e2d3 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/generatedCompanionWithFoo.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/generatedCompanionWithFoo.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: test/WithGeneratedCompanion.Companion annotationsList: [] ownTypeArguments: [] + type: test/WithGeneratedCompanion.Companion getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -52,9 +52,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -73,9 +73,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -83,9 +83,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -109,17 +109,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -143,17 +143,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -168,9 +168,9 @@ KtConstructorSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: test/WithGeneratedCompanion.Companion annotationsList: [] ownTypeArguments: [] + type: test/WithGeneratedCompanion.Companion symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/nestedClassAndMaterializeMember.txt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/nestedClassAndMaterializeMember.txt index e2e963e9d4c..e267e11d959 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/nestedClassAndMaterializeMember.txt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/nestedClassAndMaterializeMember.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: PLUGIN receiverParameter: null returnType: KtUsualClassType: - type: test/MyClass annotationsList: [] ownTypeArguments: [] + type: test/MyClass symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: test/MyClass annotationsList: [] ownTypeArguments: [] + type: test/MyClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -52,9 +52,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -73,9 +73,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -83,9 +83,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -109,17 +109,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -143,17 +143,17 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -173,9 +173,9 @@ KtNamedClassOrObjectSymbol: origin: PLUGIN superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: CLASS_MEMBER typeParameters: [] @@ -195,9 +195,9 @@ KtConstructorSymbol: origin: SOURCE_MEMBER_GENERATED receiverParameter: null returnType: KtUsualClassType: - type: test/MyClass annotationsList: [] ownTypeArguments: [] + type: test/MyClass symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.descriptors.txt index 604a401ba6c..85aa8633318 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.descriptors.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -39,9 +39,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: SecondAlias annotationsList: [] ownTypeArguments: [] + type: SecondAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.txt index a52d51021b8..bddb679a899 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedParameterType.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -39,9 +39,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Base annotationsList: [] ownTypeArguments: [] + type: Base symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.descriptors.txt index 55ebd60ef57..736f07f4c49 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.descriptors.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: SecondAlias annotationsList: [] ownTypeArguments: [] + type: SecondAlias symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.txt index 836391837e5..0aefcfaff77 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/ExpandedReturnType.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Base annotationsList: [] ownTypeArguments: [] + type: Base symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanConstReferenceInImplies.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanConstReferenceInImplies.txt index 6466de42868..a806241a8c8 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanConstReferenceInImplies.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanConstReferenceInImplies.txt @@ -31,9 +31,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanExprContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanExprContract.txt index 35a61eb4cd6..7858a72c016 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanExprContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/booleanExprContract.txt @@ -34,9 +34,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -62,9 +62,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -87,9 +87,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -108,9 +108,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -130,9 +130,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtLeastOnceContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtLeastOnceContract.txt index a20d837610d..b3515d5c238 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtLeastOnceContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtLeastOnceContract.txt @@ -25,14 +25,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -54,9 +54,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -75,14 +75,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtMostOnceContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtMostOnceContract.txt index 19590d0bfc2..16834ba1804 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtMostOnceContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceAtMostOnceContract.txt @@ -25,14 +25,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -54,9 +54,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -75,14 +75,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceExactlyOnceContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceExactlyOnceContract.txt index efe8356b071..13040cc30e4 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceExactlyOnceContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceExactlyOnceContract.txt @@ -25,14 +25,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -54,9 +54,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -75,14 +75,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceUnknownContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceUnknownContract.txt index d928de7ec13..e42c319aa76 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceUnknownContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/callsInPlaceUnknownContract.txt @@ -25,14 +25,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -54,9 +54,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -75,14 +75,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/invalidContractParameterPassedToReturns.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/invalidContractParameterPassedToReturns.txt index dcb1ec047a1..315a7b32986 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/invalidContractParameterPassedToReturns.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/invalidContractParameterPassedToReturns.txt @@ -21,9 +21,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -42,9 +42,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -64,9 +64,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/isInstancePredicateContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/isInstancePredicateContract.txt index 73a153441d7..d0812f6ae2a 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/isInstancePredicateContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/isInstancePredicateContract.txt @@ -29,18 +29,18 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null type: KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo isNegated: false ] hasStableParameterNames: true @@ -58,9 +58,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -79,9 +79,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/logicalNotContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/logicalNotContract.txt index 05ff50ff424..984c4577178 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/logicalNotContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/logicalNotContract.txt @@ -29,9 +29,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -52,9 +52,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -73,9 +73,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceBooleanReceiverInContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceBooleanReceiverInContract.txt index 22f5e04257a..cefd337a7e6 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceBooleanReceiverInContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceBooleanReceiverInContract.txt @@ -17,9 +17,9 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract) type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null ] @@ -41,15 +41,15 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract) type: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceReceiverInContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceReceiverInContract.txt index f0755599ca3..ba032b812af 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceReceiverInContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/referenceReceiverInContract.txt @@ -15,14 +15,14 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract) type: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null occurrencesRange: EXACTLY_ONCE @@ -45,20 +45,20 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract) type: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsContract.txt index 33871185d15..0124465c509 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsContract.txt @@ -27,9 +27,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -50,9 +50,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -71,9 +71,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsFalseContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsFalseContract.txt index 93fdc92d855..0e7593240bf 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsFalseContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsFalseContract.txt @@ -32,9 +32,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -56,9 +56,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -77,9 +77,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNotNullContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNotNullContract.txt index 43d0b38052d..50f32136cb3 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNotNullContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNotNullContract.txt @@ -29,9 +29,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -53,9 +53,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -74,9 +74,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNullContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNullContract.txt index f568873e066..0f1294890cc 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNullContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsNullContract.txt @@ -32,9 +32,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -56,9 +56,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -77,9 +77,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsTrueContract.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsTrueContract.txt index baa00807d8d..e87e9015a00 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsTrueContract.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/returnsTrueContract.txt @@ -32,9 +32,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -56,9 +56,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -77,9 +77,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/twoContracts.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/twoContracts.txt index dd9320881ae..12e8fa212af 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/twoContracts.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/contracts/twoContracts.txt @@ -34,9 +34,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -62,9 +62,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -90,14 +90,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -119,9 +119,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -140,9 +140,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -162,9 +162,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -184,14 +184,14 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtFunctionalType: - type: kotlin/Function0 annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit ] + type: kotlin/Function0 symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/anonymousObjectInInvalidPosition.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/anonymousObjectInInvalidPosition.txt index ae23dcb4762..775fb3be539 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/anonymousObjectInInvalidPosition.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/anonymousObjectInInvalidPosition.txt @@ -6,14 +6,14 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int ] + type: A ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/objectWithTypeArgsAsExpression.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/objectWithTypeArgsAsExpression.txt index a812d3a3050..a275330c707 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/objectWithTypeArgsAsExpression.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/objectWithTypeArgsAsExpression.txt @@ -6,9 +6,9 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/functionWithReceiverAnnotation.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/functionWithReceiverAnnotation.txt index c07d037701c..46458b6c7f9 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/functionWithReceiverAnnotation.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/functionWithReceiverAnnotation.txt @@ -24,18 +24,18 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo) type: KtUsualClassType: - type: @R|ReceiverTypeAnnotation|() kotlin/Int annotationsList: [ ReceiverTypeAnnotation() psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|ReceiverTypeAnnotation|() kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.descriptors.txt index 0f125f7d6ce..fbcba9b4cb7 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.descriptors.txt @@ -17,9 +17,9 @@ KtPropertyGetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.txt index 2f06a4e77c8..aa354eb68f1 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithAnnotations.txt @@ -17,9 +17,9 @@ KtPropertyGetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.descriptors.txt index 5dd87d455b7..bfac53b0fad 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.descriptors.txt @@ -23,18 +23,18 @@ KtPropertyGetterSymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/x) type: KtUsualClassType: - type: @R|ReceiverTypeAnnotation|() kotlin/Long annotationsList: [ ReceiverTypeAnnotation() psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|ReceiverTypeAnnotation|() kotlin/Long getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.txt index e74afd7ad0b..0c14f7d325a 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/getterWithReceiverAndAnnotations.txt @@ -23,18 +23,18 @@ KtPropertyGetterSymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/x) type: KtUsualClassType: - type: @R|ReceiverTypeAnnotation|() kotlin/Long annotationsList: [ ReceiverTypeAnnotation() psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|ReceiverTypeAnnotation|() kotlin/Long getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.descriptors.txt index 7e61c216d64..244d526c1d7 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.descriptors.txt @@ -18,15 +18,12 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List>? annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/collections/List<@R|Anno3|() @R|Anno2|() @R|Anno1|(s = String(s)) @R|Anno3|() SecondTypeAlias> annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|(s = String(s)) @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -36,8 +33,11 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|(s = String(s)) @R|Anno3|() SecondTypeAlias ] + type: kotlin/collections/List<@R|Anno3|() @R|Anno2|() @R|Anno1|(s = String(s)) @R|Anno3|() SecondTypeAlias> ] + type: kotlin/collections/List>? symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.txt index ec016e5d6fa..6c3aef36703 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAlias.txt @@ -18,15 +18,12 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List>? annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/collections/List<@R|Anno3|() SecondTypeAlias> annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: @R|Anno1|(s = String(s)) @R|Anno2|() @R|Anno3|() BaseAnnotation annotationsList: [ Anno1(s = "s") psi: KtAnnotationEntry @@ -36,8 +33,11 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|(s = String(s)) @R|Anno2|() @R|Anno3|() BaseAnnotation ] + type: kotlin/collections/List<@R|Anno3|() SecondTypeAlias> ] + type: kotlin/collections/List>? symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.descriptors.txt index 1c578d3e0e1..42c71a2db5e 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.descriptors.txt @@ -21,26 +21,26 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo2) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/collections/List>? annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/collections/List<@R|BaseAnnotation|() T> annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: @R|BaseAnnotation|() T annotationsList: [ BaseAnnotation() psi: KtAnnotationEntry ] + type: @R|BaseAnnotation|() T ] + type: kotlin/collections/List<@R|BaseAnnotation|() T> ] + type: kotlin/collections/List>? symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.txt index 0d9290dae99..6df0d304db0 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/nestedTypeAnnotationWithTypeAliasAsAnnotation.txt @@ -21,26 +21,26 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo2) type: KtTypeParameterType: - type: T annotationsList: [] + type: T getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/collections/List>? annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/collections/List<@R|SecondTypeAlias|() T> annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: @R|SecondTypeAlias|() T annotationsList: [ BaseAnnotation() psi: KtAnnotationEntry ] + type: @R|SecondTypeAlias|() T ] + type: kotlin/collections/List<@R|SecondTypeAlias|() T> ] + type: kotlin/collections/List>? symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.descriptors.txt index dc788825f95..9f9a9e98c16 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.descriptors.txt @@ -22,9 +22,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -48,9 +48,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ SetAnnotation() @@ -84,18 +84,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -117,9 +117,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.txt index fa96f625236..c32fe7aaaec 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotations.txt @@ -24,9 +24,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -50,9 +50,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ SetAnnotation() @@ -86,18 +86,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -119,9 +119,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.descriptors.txt index e0cd671c674..a4b2a93831c 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.descriptors.txt @@ -24,9 +24,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -50,9 +50,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ SetAnnotation() @@ -90,18 +90,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -125,9 +125,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.txt index dbda8f87dfd..96a290a2e37 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithAnnotationsAndAccessors.txt @@ -26,9 +26,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -52,9 +52,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ ExplicitSetAnnotation() @@ -92,18 +92,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -127,9 +127,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.descriptors.txt index 9cf6197e0c7..6e20516682d 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.descriptors.txt @@ -21,9 +21,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -47,9 +47,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.txt index a0d5bcec49d..1e06924b61e 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithDelegateAndAnnotations.txt @@ -23,9 +23,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -49,9 +49,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithReceiverAnnotation.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithReceiverAnnotation.txt index f9d0bcc3c1c..f96762afbc4 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithReceiverAnnotation.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/propertyWithReceiverAnnotation.txt @@ -22,18 +22,18 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/prop) type: KtUsualClassType: - type: @R|ReceiverTypeAnnotation|() kotlin/Long annotationsList: [ ReceiverTypeAnnotation() psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|ReceiverTypeAnnotation|() kotlin/Long getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -63,18 +63,18 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/prop) type: KtUsualClassType: - type: @R|ReceiverTypeAnnotation|() kotlin/Long annotationsList: [ ReceiverTypeAnnotation() psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|ReceiverTypeAnnotation|() kotlin/Long getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Boolean annotationsList: [] ownTypeArguments: [] + type: kotlin/Boolean setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.descriptors.txt index 59424e19885..2f160ce8a24 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.descriptors.txt @@ -35,18 +35,18 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -70,9 +70,9 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.txt index a9ca5cc74a9..8e5f299a87b 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/setterWithAnnotations.txt @@ -35,18 +35,18 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -70,9 +70,9 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.descriptors.txt index 231cdcce351..84963664bf7 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.descriptors.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -39,7 +39,6 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -49,6 +48,7 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.txt index b00ae07d3c9..199b2728eaf 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionParameterType.txt @@ -18,9 +18,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [ @@ -39,7 +39,6 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -49,6 +48,7 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.descriptors.txt index df483dba97f..31cd1ae8c82 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.descriptors.txt @@ -21,7 +21,6 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo) type: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -31,12 +30,13 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.txt index 6c63094939c..462aa75fdbc 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnFunctionReceiverType.txt @@ -21,7 +21,6 @@ KtFunctionSymbol: origin: SOURCE owningCallableSymbol: KtFunctionSymbol(/foo) type: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -31,12 +30,13 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.descriptors.txt index 7d708c53da7..37226e3d299 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.descriptors.txt @@ -12,7 +12,6 @@ KtPropertyGetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -22,6 +21,7 @@ KtPropertyGetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.txt index 899dd4f5c31..dd77c9e6b6d 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyGetterReturnType.txt @@ -12,7 +12,6 @@ KtPropertyGetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -22,6 +21,7 @@ KtPropertyGetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: ACCESSOR typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.descriptors.txt index 32da2001c51..cf4490f1908 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.descriptors.txt @@ -19,7 +19,6 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/foo) type: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -29,12 +28,13 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -61,7 +61,6 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/foo) type: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -71,12 +70,13 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.txt index 732a7caa27b..05835207a9c 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReceiverType.txt @@ -19,7 +19,6 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/foo) type: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -29,12 +28,13 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -61,7 +61,6 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/foo) type: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -71,12 +70,13 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.descriptors.txt index 39cb3ddcaf8..bae6829a8a8 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.descriptors.txt @@ -16,7 +16,6 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -26,6 +25,7 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -49,7 +49,6 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -59,6 +58,7 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.txt index 6dbefe7461c..e0033962b0c 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertyReturnType.txt @@ -16,7 +16,6 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -26,6 +25,7 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -49,7 +49,6 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -59,6 +58,7 @@ KtKotlinPropertySymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.descriptors.txt index 3e15e1a6ece..6cd7513c05b 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.descriptors.txt @@ -25,7 +25,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -35,15 +34,16 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -62,7 +62,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -72,6 +71,7 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.txt index c2e12f7947a..1f02b1bd1cb 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterType.txt @@ -25,7 +25,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -35,15 +34,16 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -62,7 +62,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -72,6 +71,7 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.descriptors.txt index 66ef9ac193a..7db9455feed 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.descriptors.txt @@ -25,7 +25,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno4|() @R|Anno2|() @R|Anno1|() @R|Anno4|() SecondTypeAlias annotationsList: [ Anno4() psi: KtAnnotationEntry @@ -35,15 +34,16 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno4|() @R|Anno2|() @R|Anno1|() @R|Anno4|() SecondTypeAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -62,7 +62,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno4|() @R|Anno2|() @R|Anno1|() @R|Anno4|() SecondTypeAlias annotationsList: [ Anno4() psi: KtAnnotationEntry @@ -72,6 +71,7 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno4|() @R|Anno2|() @R|Anno1|() @R|Anno4|() SecondTypeAlias symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.txt index 20173057cef..450991affd0 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnPropertySetterParameterTypeWithAnotherAnnotation.txt @@ -25,7 +25,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno4|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -35,15 +34,16 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno4|() BaseInterface symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -62,7 +62,6 @@ KtPropertySetterSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno4|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -72,6 +71,7 @@ KtPropertySetterSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno4|() BaseInterface symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.descriptors.txt index 378260f6fc7..d82ba66086d 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.descriptors.txt @@ -14,7 +14,6 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -24,6 +23,7 @@ KtNamedClassOrObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.txt index 992a18c23c8..28cf41db779 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCall.txt @@ -14,7 +14,6 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseClass annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -24,6 +23,7 @@ KtNamedClassOrObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseClass ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.descriptors.txt index ecba9682bb1..5205a470a8d 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.descriptors.txt @@ -6,7 +6,6 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -16,6 +15,7 @@ KtAnonymousObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.txt index ce75ae3c4d5..e6bd62effa1 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperClassCallOnAnonymousObject.txt @@ -6,7 +6,6 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseClass annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -16,6 +15,7 @@ KtAnonymousObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseClass ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.descriptors.txt index fa605bd3ec4..f70bdcf602f 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.descriptors.txt @@ -14,11 +14,10 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -28,6 +27,7 @@ KtNamedClassOrObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.txt index 44bc9948349..99742dac2b4 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterface.txt @@ -14,7 +14,6 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -24,6 +23,7 @@ KtNamedClassOrObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.descriptors.txt index ecba9682bb1..5205a470a8d 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.descriptors.txt @@ -6,7 +6,6 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -16,6 +15,7 @@ KtAnonymousObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.txt index 2ff7d3805e7..da633f4542a 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsOnSuperInterfaceOnAnonymousObject.txt @@ -6,7 +6,6 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -16,6 +15,7 @@ KtAnonymousObjectSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface ] symbolKind: LOCAL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.descriptors.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.descriptors.txt index 4d6d76a2322..603f0ef23e5 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.descriptors.txt @@ -18,7 +18,6 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias annotationsList: [ Anno3() psi: KtAnnotationEntry @@ -28,6 +27,7 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno3|() @R|Anno2|() @R|Anno1|() @R|Anno3|() SecondTypeAlias symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.txt b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.txt index ae92b959f00..1f80934a38b 100644 --- a/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.txt +++ b/analysis/analysis-api/testData/symbols/singleSymbolByPsi/typeAnnotationsWithTypeAlias.txt @@ -18,7 +18,6 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface annotationsList: [ Anno1() psi: KtAnnotationEntry @@ -28,6 +27,7 @@ KtFunctionSymbol: psi: KtAnnotationEntry ] ownTypeArguments: [] + type: @R|Anno1|() @R|Anno2|() @R|Anno3|() BaseInterface symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/class.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/class.descriptors.txt index 60a4401b6c5..85898403ab1 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/class.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/class.descriptors.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/class.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/class.txt index 44704ea2d57..743ee17d0a3 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/class.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/class.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.descriptors.txt index 1886a2fa5f6..94339479c70 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.descriptors.txt @@ -14,25 +14,25 @@ KtNamedClassOrObjectSymbol: origin: JAVA superTypes: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Any + KtUsualClassType: annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: java/io/Serializable - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: kotlin/Comparable annotationsList: [] ownTypeArguments: [ KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! ] + type: kotlin/Comparable KtUsualClassType: - type: kotlin/CharSequence annotationsList: [] ownTypeArguments: [] + type: kotlin/CharSequence ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.txt index 204275685fd..3e2340b250f 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/classFromJdk.txt @@ -14,25 +14,25 @@ KtNamedClassOrObjectSymbol: origin: JAVA superTypes: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Any + KtUsualClassType: annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: java/io/Serializable - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: kotlin/Comparable annotationsList: [] ownTypeArguments: [ KtFlexibleType: - type: kotlin/String! annotationsList: [] + type: kotlin/String! ] + type: kotlin/Comparable KtUsualClassType: - type: kotlin/CharSequence annotationsList: [] ownTypeArguments: [] + type: kotlin/CharSequence ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.descriptors.txt index 16a0a2e8db2..b72a14f0041 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.descriptors.txt @@ -8,9 +8,9 @@ KtEnumEntrySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/LazyThreadSafetyMode annotationsList: [] ownTypeArguments: [] + type: kotlin/LazyThreadSafetyMode symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescEnumEntrySymbol diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.txt index 309fa49aea8..46469abe022 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/enumEntry.txt @@ -8,9 +8,9 @@ KtEnumEntrySymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/LazyThreadSafetyMode annotationsList: [] ownTypeArguments: [] + type: kotlin/LazyThreadSafetyMode symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtLibraryModule "Library kotlin-stdlib" diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.descriptors.txt index ed655167d7c..0958e85bf22 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.descriptors.txt @@ -18,13 +18,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -45,8 +45,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: T annotationsList: [] + type: T symbolKind: LOCAL typeParameters: [] getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol @@ -80,13 +80,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -116,13 +116,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -143,8 +143,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtTypeParameterType: - type: T annotationsList: [] + type: T symbolKind: LOCAL typeParameters: [] getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.txt index c5f74addcbc..62746223acc 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.txt @@ -18,13 +18,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -45,8 +45,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: T annotationsList: [] + type: T symbolKind: LOCAL typeParameters: [] getContainingModule: KtLibraryModule "Library kotlin-stdlib" @@ -79,13 +79,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -115,13 +115,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: T annotationsList: [] + type: T ] + type: kotlin/collections/List symbolKind: TOP_LEVEL typeParameters: [ KtTypeParameterSymbol(T) @@ -142,8 +142,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: T annotationsList: [] + type: T symbolKind: LOCAL typeParameters: [] getContainingModule: KtLibraryModule "Library kotlin-stdlib" diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.descriptors.txt index 52183225ad6..970d483125e 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.descriptors.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.txt index d9998831de2..de5c34e4421 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/iterator.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.descriptors.txt index 7475ca65361..e651c9de155 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.descriptors.txt @@ -14,17 +14,17 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/reflect/KDeclarationContainer + KtUsualClassType: annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: kotlin/reflect/KAnnotatedElement - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: kotlin/reflect/KClassifier annotationsList: [] ownTypeArguments: [] + type: kotlin/reflect/KClassifier ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.txt index 69132821f82..cd1ac862e67 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/kclass.txt @@ -14,17 +14,17 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/reflect/KDeclarationContainer + KtUsualClassType: annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: kotlin/reflect/KAnnotatedElement - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: kotlin/reflect/KClassifier annotationsList: [] ownTypeArguments: [] + type: kotlin/reflect/KClassifier ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.descriptors.txt index b145a833335..3c1e26571f5 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.descriptors.txt @@ -14,14 +14,14 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/io/FileWalkDirection annotationsList: [] ownTypeArguments: [] + type: kotlin/io/FileWalkDirection ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.txt index a2af9417778..fe1bdd65fcf 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.txt @@ -14,14 +14,14 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/io/FileWalkDirection annotationsList: [] ownTypeArguments: [] + type: kotlin/io/FileWalkDirection ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.descriptors.txt index a12a890d56f..a1dbc2c3877 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.descriptors.txt @@ -18,8 +18,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -38,9 +38,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol @@ -49,13 +49,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: Could not render due to java.lang.NullPointerException: null cannot be cast to non-null type org.jetbrains.kotlin.load.kotlin.JvmPackagePartSource deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.txt index d63fd1d72c0..1e7547071ce 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunction.txt @@ -18,8 +18,8 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtTypeParameterType: - type: E annotationsList: [] + type: E symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -38,9 +38,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -48,12 +48,12 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.descriptors.txt index 0005e9509cd..5bc583e9b75 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.descriptors.txt @@ -18,25 +18,25 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: Could not render due to java.lang.NullPointerException: null cannot be cast to non-null type org.jetbrains.kotlin.load.kotlin.JvmPackagePartSource deprecationStatus: null @@ -61,13 +61,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -86,9 +86,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol @@ -97,13 +97,13 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: Could not render due to java.lang.NullPointerException: null cannot be cast to non-null type org.jetbrains.kotlin.load.kotlin.JvmPackagePartSource deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.txt index 0ff9abd83b5..211db7a7d36 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/memberFunctionWithOverloads.txt @@ -18,25 +18,25 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null @@ -60,13 +60,13 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/collections/ListIterator annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/ListIterator symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -85,9 +85,9 @@ KtFunctionSymbol: origin: LIBRARY receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" @@ -95,12 +95,12 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: kotlin/collections/List annotationsList: [] ownTypeArguments: [ KtTypeParameterType: - type: E annotationsList: [] + type: E ] + type: kotlin/collections/List getContainingModule: KtBinaryModule "Builtins for JVM (1.8)" deprecationStatus: null \ No newline at end of file diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.descriptors.txt index 6353abe6a42..5c1dd8b17be 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.descriptors.txt @@ -14,16 +14,16 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/collections/Map.Entry annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: K - annotationsList: [] KtTypeParameterType: - type: V annotationsList: [] + type: V ] + type: kotlin/collections/Map.Entry ] symbolKind: CLASS_MEMBER typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.txt index ff124fa1ef9..8e13293ceb4 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/nestedClass.txt @@ -14,16 +14,16 @@ KtNamedClassOrObjectSymbol: origin: LIBRARY superTypes: [ KtUsualClassType: - type: kotlin/collections/Map.Entry annotationsList: [] ownTypeArguments: [ KtTypeParameterType: + annotationsList: [] type: K - annotationsList: [] KtTypeParameterType: - type: V annotationsList: [] + type: V ] + type: kotlin/collections/Map.Entry ] symbolKind: CLASS_MEMBER typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.descriptors.txt index c3927572b39..5f826536f02 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.descriptors.txt @@ -2,25 +2,25 @@ KtTypeAliasSymbol: annotationsList: [] classIdIfNonLocal: kotlin/DeepRecursiveFunctionBlock expandedType: KtFunctionalType: - type: kotlin/coroutines/SuspendFunction2, kotlin/Any?, kotlin/Any?> annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/DeepRecursiveScope<*, *> annotationsList: [] ownTypeArguments: [ * * ] + type: kotlin/DeepRecursiveScope<*, *> KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: kotlin/Any? + KtUsualClassType: annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? ] + type: kotlin/coroutines/SuspendFunction2, kotlin/Any?, kotlin/Any?> name: DeepRecursiveFunctionBlock origin: LIBRARY symbolKind: TOP_LEVEL diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.txt index 2b7a9787ed6..e252de2a30b 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/typealias.txt @@ -2,25 +2,25 @@ KtTypeAliasSymbol: annotationsList: [] classIdIfNonLocal: kotlin/DeepRecursiveFunctionBlock expandedType: KtFunctionalType: - type: @ExtensionFunctionType kotlin/coroutines/SuspendFunction2, kotlin/Any?, kotlin/Any?> annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: kotlin/DeepRecursiveScope<*, *> annotationsList: [] ownTypeArguments: [ * * ] + type: kotlin/DeepRecursiveScope<*, *> KtUsualClassType: - type: kotlin/Any? annotationsList: [] ownTypeArguments: [] - KtUsualClassType: type: kotlin/Any? + KtUsualClassType: annotationsList: [] ownTypeArguments: [] + type: kotlin/Any? ] + type: @ExtensionFunctionType kotlin/coroutines/SuspendFunction2, kotlin/Any?, kotlin/Any?> name: DeepRecursiveFunctionBlock origin: LIBRARY symbolKind: TOP_LEVEL diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.descriptors.txt index e63d3bcc951..6aa00ed0bb4 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.descriptors.txt @@ -17,9 +17,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.txt b/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.txt index a9badf45681..2d44e9a3c6a 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.txt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/withTestCompilerPluginEnabled/myInterfaceSupertype.txt @@ -17,13 +17,13 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: + annotationsList: [] + ownTypeArguments: [] type: kotlin/Any - annotationsList: [] - ownTypeArguments: [] KtUsualClassType: - type: foo/MyInterface annotationsList: [] ownTypeArguments: [] + type: foo/MyInterface ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.descriptors.txt index fae3096abaa..a58539221a3 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.descriptors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -208,9 +208,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Annotation annotationsList: [] ownTypeArguments: [] + type: kotlin/Annotation ] symbolKind: TOP_LEVEL typeParameters: [] @@ -242,17 +242,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: X annotationsList: [] ownTypeArguments: [] + type: X getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -275,9 +275,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.txt index 222a455b2aa..3bc89688cf9 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/annotations.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Anno annotationsList: [] ownTypeArguments: [] + type: Anno getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -208,9 +208,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Annotation annotationsList: [] ownTypeArguments: [] + type: kotlin/Annotation ] symbolKind: TOP_LEVEL typeParameters: [] @@ -242,17 +242,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: X annotationsList: [] ownTypeArguments: [] + type: X getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -275,9 +275,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.descriptors.txt index 4afbd07e2f8..464014f49d5 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.descriptors.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -50,17 +50,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -80,17 +80,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -106,9 +106,9 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable ] symbolKind: LOCAL typeParameters: [] @@ -134,17 +134,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: AnonymousContainer annotationsList: [] ownTypeArguments: [] + type: AnonymousContainer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -164,17 +164,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: AnonymousContainer annotationsList: [] ownTypeArguments: [] + type: AnonymousContainer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -198,9 +198,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.txt index dbad7b8f6ae..73953dc464b 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/anonymousObject.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -50,17 +50,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -80,17 +80,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -106,9 +106,9 @@ KtAnonymousObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable ] symbolKind: LOCAL typeParameters: [] @@ -134,17 +134,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: AnonymousContainer annotationsList: [] ownTypeArguments: [] + type: AnonymousContainer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -164,17 +164,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: java/lang/Runnable annotationsList: [] ownTypeArguments: [] + type: java/lang/Runnable setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: AnonymousContainer annotationsList: [] ownTypeArguments: [] + type: AnonymousContainer getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -198,9 +198,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/backingField.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/backingField.txt index 70d3f34ea3c..46273b41549 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/backingField.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/backingField.txt @@ -16,9 +16,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -42,9 +42,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -72,18 +72,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -102,9 +102,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/class.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/class.txt index 43f30d1e1f2..a703f9329c4 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/class.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/class.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classInitializer.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classInitializer.txt index a213c9623f3..d40a2ac60b2 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classInitializer.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classInitializer.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -88,9 +88,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classMembes.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classMembes.txt index 3590b72ec41..63d3fd9073a 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classMembes.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classMembes.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -84,17 +84,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -114,9 +114,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.descriptors.txt index 27e76bd5b8c..98ca7252872 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.descriptors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -116,9 +116,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -144,9 +144,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.txt index e2c054d9cfc..a161ffc4c8a 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -116,9 +116,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -144,9 +144,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classSecondaryConstructors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classSecondaryConstructors.txt index 6571f6de975..9dc209187b3 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classSecondaryConstructors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classSecondaryConstructors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] @@ -30,9 +30,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -51,9 +51,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -74,9 +74,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -95,9 +95,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -117,9 +117,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -145,9 +145,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/classWithTypeParams.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/classWithTypeParams.txt index a3f676512f0..20452647ace 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/classWithTypeParams.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/classWithTypeParams.txt @@ -39,9 +39,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [ diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnClass.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnClass.txt index 719bf40c46c..d16b604f200 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnClass.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnClass.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -30,9 +30,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -51,15 +51,15 @@ KtNamedClassOrObjectSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int KtContextReceiver: label: s type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] isData: false isExternal: false @@ -71,9 +71,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnFunction.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnFunction.txt index c2abe84fa4b..5b97775b2d7 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnFunction.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnFunction.txt @@ -5,15 +5,15 @@ KtFunctionSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int KtContextReceiver: label: s type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] contractEffects: [] hasStableParameterNames: true @@ -31,9 +31,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnProperty.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnProperty.txt index 34a191df23c..4c07a5a8b1d 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnProperty.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/contextReceiversOnProperty.txt @@ -5,15 +5,15 @@ KtKotlinPropertySymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int KtContextReceiver: label: s type: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String ] getter: KtPropertyGetterSymbol: annotationsList: [] @@ -29,9 +29,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -55,9 +55,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/similarSignatures.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/similarSignatures.txt index 64fcfd18165..ee58d3c9beb 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/similarSignatures.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/contextReceivers/similarSignatures.txt @@ -14,9 +14,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -41,9 +41,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -59,9 +59,9 @@ KtFunctionSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A ] contractEffects: [] hasStableParameterNames: true @@ -79,9 +79,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -96,9 +96,9 @@ KtFunctionSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: B annotationsList: [] ownTypeArguments: [] + type: B ] contractEffects: [] hasStableParameterNames: true @@ -116,9 +116,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -133,15 +133,15 @@ KtFunctionSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A KtContextReceiver: label: null type: KtUsualClassType: - type: B annotationsList: [] ownTypeArguments: [] + type: B ] contractEffects: [] hasStableParameterNames: true @@ -159,9 +159,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -176,15 +176,15 @@ KtFunctionSymbol: KtContextReceiver: label: null type: KtUsualClassType: - type: B annotationsList: [] ownTypeArguments: [] + type: B KtContextReceiver: label: null type: KtUsualClassType: - type: A annotationsList: [] ownTypeArguments: [] + type: A ] contractEffects: [] hasStableParameterNames: true @@ -202,9 +202,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.descriptors.txt index 2b849deb4aa..1926fb6180f 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.descriptors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -209,17 +209,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -239,17 +239,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -266,9 +266,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -294,9 +294,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -314,9 +314,9 @@ KtAnonymousFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: LOCAL typeParameters: [] valueParameters: [] @@ -341,17 +341,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -371,17 +371,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -398,9 +398,9 @@ KtAnonymousFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: LOCAL typeParameters: [] valueParameters: [] @@ -425,22 +425,22 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Lazy annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor ] + type: kotlin/Lazy symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -460,22 +460,22 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Lazy annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor ] + type: kotlin/Lazy setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -501,17 +501,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -531,17 +531,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -565,9 +565,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.txt index f9253aca2da..4c1623bf27d 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/delegateField.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -209,17 +209,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -239,17 +239,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -266,9 +266,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -294,9 +294,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -314,9 +314,9 @@ KtAnonymousFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: LOCAL typeParameters: [] valueParameters: [] @@ -341,9 +341,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -367,17 +367,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -394,9 +394,9 @@ KtAnonymousFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: LOCAL typeParameters: [] valueParameters: [] @@ -421,22 +421,22 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Lazy annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor ] + type: kotlin/Lazy symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -456,22 +456,22 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Lazy annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor ] + type: kotlin/Lazy setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -497,17 +497,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -527,17 +527,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyColor annotationsList: [] ownTypeArguments: [] + type: MyColor setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Some annotationsList: [] ownTypeArguments: [] + type: Some getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -561,9 +561,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.descriptors.txt index c70dc9965c0..26f79598414 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.descriptors.txt @@ -16,9 +16,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -42,9 +42,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -72,18 +72,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -102,9 +102,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.txt index 2989e96b428..ebc4c83e92b 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/delegatedProp.txt @@ -16,9 +16,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -42,9 +42,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: KtPropertySetterSymbol: annotationsList: [] callableIdIfNonLocal: null @@ -72,18 +72,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -102,9 +102,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.descriptors.txt index a0f460e22b2..c8a2e5b0c18 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.descriptors.txt @@ -19,9 +19,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -45,9 +45,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -80,9 +80,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -106,9 +106,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -138,9 +138,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -164,9 +164,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ kotlin/Deprecated(message = "don't use getter of i3") @@ -197,18 +197,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -227,9 +227,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -270,9 +270,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -296,9 +296,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ kotlin/Deprecated(message = "don't use setter of i4") @@ -329,18 +329,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -359,9 +359,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -404,9 +404,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -433,9 +433,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -465,17 +465,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -495,17 +495,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2) getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2) @@ -536,17 +536,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f2) @@ -566,9 +566,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -598,9 +598,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -624,9 +624,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -659,9 +659,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -685,9 +685,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -717,9 +717,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -743,9 +743,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.txt index 825a1a63acf..1445012a0cf 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/deprecated.txt @@ -19,9 +19,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -45,9 +45,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -80,9 +80,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -106,9 +106,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -138,9 +138,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -164,9 +164,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ kotlin/Deprecated(message = "don't use getter of i3") @@ -197,18 +197,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -227,9 +227,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -269,9 +269,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -295,9 +295,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: KtPropertySetterSymbol: annotationsList: [ kotlin/Deprecated(message = "don't use setter of i4") @@ -328,18 +328,18 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: ACCESSOR typeParameters: [] valueParameters: [ @@ -358,9 +358,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -402,9 +402,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] @@ -431,9 +431,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -463,17 +463,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -493,17 +493,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2) getterDeprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use i2) @@ -534,17 +534,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=true, message=don't use f2) @@ -564,9 +564,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -596,9 +596,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -622,9 +622,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -657,9 +657,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -683,9 +683,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] @@ -718,9 +718,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -744,9 +744,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.descriptors.txt index 5825eb0fe2e..331c4374dd4 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.descriptors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -208,9 +208,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -229,9 +229,9 @@ KtLocalVariableSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -247,9 +247,9 @@ KtLocalVariableSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -275,9 +275,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.txt index 641ceb4de89..74506991148 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/destructuringDeclaration.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -123,17 +123,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -153,17 +153,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: P annotationsList: [] ownTypeArguments: [] + type: P getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -180,9 +180,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -208,9 +208,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] @@ -229,9 +229,9 @@ KtLocalVariableSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -247,9 +247,9 @@ KtLocalVariableSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -275,9 +275,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: TOP_LEVEL typeParameters: [] valueParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/dynamic.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/dynamic.txt index d10262648c2..350688d0d21 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/dynamic.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/dynamic.txt @@ -16,16 +16,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtDynamicType: - type: dynamic annotationsList: [] + type: dynamic symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -45,16 +45,16 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtDynamicType: - type: dynamic annotationsList: [] + type: dynamic setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -71,8 +71,8 @@ KtAnonymousFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtDynamicType: - type: dynamic annotationsList: [] + type: dynamic symbolKind: LOCAL typeParameters: [] valueParameters: [] @@ -99,8 +99,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtDynamicType: - type: dynamic annotationsList: [] + type: dynamic symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -119,8 +119,8 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtDynamicType: - type: dynamic annotationsList: [] + type: dynamic symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -128,9 +128,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Foo annotationsList: [] ownTypeArguments: [] + type: Foo getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -150,9 +150,9 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Any annotationsList: [] ownTypeArguments: [] + type: kotlin/Any ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enum.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enum.txt index bdf9979ba9f..1b81a021a9e 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enum.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enum.txt @@ -8,9 +8,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: X annotationsList: [] ownTypeArguments: [] + type: X symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -26,9 +26,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: X annotationsList: [] ownTypeArguments: [] + type: X symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -50,14 +50,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: X annotationsList: [] ownTypeArguments: [] + type: X ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.descriptors.txt index f7d759a8b66..3ad74deb44d 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.descriptors.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.FirstEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.FirstEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -42,9 +42,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -60,9 +60,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -88,17 +88,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -122,9 +122,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -143,9 +143,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -153,9 +153,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -169,9 +169,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -193,14 +193,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.txt index b33ac6817cb..0e2a99d2b60 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryFunctions.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -42,9 +42,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -60,9 +60,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -88,17 +88,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -122,9 +122,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -143,9 +143,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -153,9 +153,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -169,9 +169,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -193,14 +193,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.descriptors.txt index 28576741217..110d9ee8307 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.descriptors.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.FirstEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.FirstEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -52,17 +52,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.FirstEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.FirstEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -76,9 +76,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -104,17 +104,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.SecondEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.SecondEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -136,17 +136,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.SecondEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.SecondEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -166,17 +166,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.SecondEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.SecondEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -194,9 +194,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -222,17 +222,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -256,9 +256,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -277,9 +277,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -287,9 +287,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -303,9 +303,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -331,17 +331,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -365,9 +365,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -386,9 +386,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -396,9 +396,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -420,17 +420,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -450,17 +450,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -484,14 +484,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.txt index d2f14187fd3..40898af6dc2 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryOverride.txt @@ -18,17 +18,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -52,17 +52,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -76,9 +76,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -104,17 +104,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -136,9 +136,9 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -162,17 +162,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -190,9 +190,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -218,17 +218,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -252,9 +252,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -273,9 +273,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -283,9 +283,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -299,9 +299,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -327,17 +327,17 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -361,9 +361,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Unit annotationsList: [] ownTypeArguments: [] + type: kotlin/Unit symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -382,9 +382,9 @@ KtFunctionSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -392,9 +392,9 @@ KtFunctionSymbol: ] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null @@ -416,17 +416,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -446,17 +446,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -480,14 +480,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.descriptors.txt index 855c1099410..b865b8c659d 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.descriptors.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.FirstEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.FirstEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.FirstEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.FirstEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -74,9 +74,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -92,9 +92,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -118,17 +118,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -148,17 +148,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -187,23 +187,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/d) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -226,23 +226,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/d) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: MyEnumClass.ThirdEntry annotationsList: [] ownTypeArguments: [] + type: MyEnumClass.ThirdEntry getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -260,9 +260,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -284,14 +284,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.txt index 3bf1fc730e4..3c54a1ee751 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumEntryProperties.txt @@ -16,17 +16,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -46,17 +46,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -74,9 +74,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -92,9 +92,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -118,17 +118,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -148,17 +148,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -187,15 +187,15 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/d) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int symbolKind: ACCESSOR typeParameters: [] valueParameters: [] @@ -222,23 +222,23 @@ KtKotlinPropertySymbol: origin: SOURCE owningCallableSymbol: KtKotlinPropertySymbol(/d) type: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null returnType: KtUsualClassType: - type: kotlin/Int annotationsList: [] ownTypeArguments: [] + type: kotlin/Int setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: annotationsList: [] ownTypeArguments: [] + type: getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -256,9 +256,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -280,14 +280,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum annotationsList: [] ownTypeArguments: [ KtUsualClassType: - type: MyEnumClass annotationsList: [] ownTypeArguments: [] + type: MyEnumClass ] + type: kotlin/Enum ] symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/enumValueMember.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/enumValueMember.descriptors.txt index 2e5d48e73f6..2e5d08cf07c 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/enumValueMember.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/enumValueMember.descriptors.txt @@ -9,9 +9,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style symbolKind: CLASS_MEMBER typeParameters: [] valueParameters: [ @@ -37,17 +37,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: true @@ -67,17 +67,17 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -94,9 +94,9 @@ KtConstructorSymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: LOCAL typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -124,17 +124,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style.SHEET annotationsList: [] ownTypeArguments: [] + type: Style.SHEET getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -154,17 +154,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style.SHEET annotationsList: [] ownTypeArguments: [] + type: Style.SHEET getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -182,9 +182,9 @@ KtEnumEntrySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style symbolKind: CLASS_MEMBER typeParameters: [] getContainingModule: KtSourceModule "Sources of main" @@ -208,17 +208,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String symbolKind: ACCESSOR typeParameters: [] valueParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null hasBackingField: false @@ -238,17 +238,17 @@ KtKotlinPropertySymbol: origin: SOURCE receiverParameter: null returnType: KtUsualClassType: - type: kotlin/String annotationsList: [] ownTypeArguments: [] + type: kotlin/String setter: null symbolKind: CLASS_MEMBER typeParameters: [] visibility: Public getDispatchReceiver(): KtUsualClassType: - type: Style annotationsList: [] ownTypeArguments: [] + type: Style getContainingModule: KtSourceModule "Sources of main" deprecationStatus: null getterDeprecationStatus: null @@ -272,14 +272,14 @@ KtNamedClassOrObjectSymbol: origin: SOURCE superTypes: [ KtUsualClassType: - type: kotlin/Enum