File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/kotlin/org/javacs/kt/index Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ class SymbolIndex {
136
136
}
137
137
}
138
138
139
- private fun Transaction. removeDeclarations (declarations : Sequence <DeclarationDescriptor >) =
139
+ private fun removeDeclarations (declarations : Sequence <DeclarationDescriptor >) =
140
140
declarations.forEach { declaration ->
141
141
val (descriptorFqn, extensionReceiverFqn) = getFqNames(declaration)
142
142
@@ -149,7 +149,7 @@ class SymbolIndex {
149
149
}
150
150
}
151
151
152
- private fun Transaction. addDeclarations (declarations : Sequence <DeclarationDescriptor >) =
152
+ private fun addDeclarations (declarations : Sequence <DeclarationDescriptor >) =
153
153
declarations.forEach { declaration ->
154
154
val (descriptorFqn, extensionReceiverFqn) = getFqNames(declaration)
155
155
You can’t perform that action at this time.
0 commit comments