[AA Standalone] Refactoring: Rename testKtFiles to sourceKtFiles
This commit is contained in:
committed by
Space Team
parent
a9d7b0c595
commit
4fa0f1316d
+2
-2
@@ -152,7 +152,7 @@ public class KotlinStaticDeclarationProvider internal constructor(
|
|||||||
*/
|
*/
|
||||||
public class KotlinStaticDeclarationProviderFactory(
|
public class KotlinStaticDeclarationProviderFactory(
|
||||||
private val project: Project,
|
private val project: Project,
|
||||||
testKtFiles: Collection<KtFile>,
|
sourceKtFiles: Collection<KtFile>,
|
||||||
binaryRoots: List<VirtualFile> = emptyList(),
|
binaryRoots: List<VirtualFile> = emptyList(),
|
||||||
sharedBinaryRoots: List<VirtualFile> = emptyList(),
|
sharedBinaryRoots: List<VirtualFile> = emptyList(),
|
||||||
skipBuiltins: Boolean = false,
|
skipBuiltins: Boolean = false,
|
||||||
@@ -358,7 +358,7 @@ public class KotlinStaticDeclarationProviderFactory(
|
|||||||
.forEach { processCollectedStubs(it) }
|
.forEach { processCollectedStubs(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
testKtFiles.forEach { file ->
|
sourceKtFiles.forEach { file ->
|
||||||
file.accept(recorder)
|
file.accept(recorder)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user