Minor: move lost comment
This commit is contained in:
committed by
teamcity
parent
6de54ef762
commit
14eef4c7fe
+1
-1
@@ -260,7 +260,6 @@ public class KotlinStaticDeclarationProviderFactory(
|
|||||||
init {
|
init {
|
||||||
val recorder = KtDeclarationRecorder()
|
val recorder = KtDeclarationRecorder()
|
||||||
|
|
||||||
// Indexing built-ins
|
|
||||||
fun indexStub(stub: StubElement<*>) {
|
fun indexStub(stub: StubElement<*>) {
|
||||||
when (stub) {
|
when (stub) {
|
||||||
is KotlinClassStubImpl -> {
|
is KotlinClassStubImpl -> {
|
||||||
@@ -301,6 +300,7 @@ public class KotlinStaticDeclarationProviderFactory(
|
|||||||
ktFileStub.childrenStubs.forEach(::indexStub)
|
ktFileStub.childrenStubs.forEach(::indexStub)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Indexing built-ins
|
||||||
val builtins = mutableSetOf<String>()
|
val builtins = mutableSetOf<String>()
|
||||||
if (!skipBuiltins) {
|
if (!skipBuiltins) {
|
||||||
loadBuiltIns().forEach { stub ->
|
loadBuiltIns().forEach { stub ->
|
||||||
|
|||||||
Reference in New Issue
Block a user