Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/kDocOnFunction.pretty.txt
T
Roman Golyshev 4f136cde31 KT-61890 [AA] Add testdata to ensure KDoc completion support in IDE
Completion in the IDE relies on correct scopes for KDoc positions.
So we add testData for `KtScopeProvider` and `ContextCollector`
to ensure that there are no regressions
2023-11-14 22:15:04 +00:00

61 lines
1.2 KiB
Plaintext
Vendored

element: param1
implicit receivers:
type: test.Receiver
owner symbol: KtFirFunctionSymbol
scopes:
TypeScope, index = 0
packages: 0
classifiers: 0
callables: 3
fun equals(other: kotlin.Any?): kotlin.Boolean
fun hashCode(): kotlin.Int
fun toString(): kotlin.String
constructors: 1
constructor()
LocalScope, index = 1
packages: 0
classifiers: 0
callables: 2
param1: test.Param1
param2: test.Param2
constructors: 0
TypeParameterScope, index = 2
packages: 0
classifiers: 1
TypeParam
callables: 0
constructors: 0
ExplicitSimpleImportingScope, index = 3
packages: 0
classifiers: 0
callables: 0
constructors: 0
PackageMemberScope, index = 4
packages: 0
classifiers: 3
class Receiver
class Param1
class Param2
callables: 1
fun <TypeParam> test.Receiver.function(param1: test.Param1, param2: test.Param2): TypeParam
constructors: 0
DefaultSimpleImportingScope, index = 5
DefaultSimpleImportingScope, index = 6
ExplicitStarImportingScope, index = 7
packages: 0
classifiers: 0
callables: 0
constructors: 0
DefaultSimpleImportingScope, index = 8
DefaultStarImportingScope, index = 9