Revert createClassLikeInfo method signature change, depreceate it ...
instead and make alternative method for refactored usages. Should fix compatibility with the Spek framework plugin.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class StubBasedPackageMemberDeclarationProvider(
|
||||
|
||||
override fun getClassOrObjectDeclarations(name: Name): Collection<KtClassOrObjectInfo<*>> = runReadAction {
|
||||
KotlinFullClassNameIndex.getInstance().get(childName(name), project, searchScope)
|
||||
.map { KtClassInfoUtil.createClassLikeInfo(it) }
|
||||
.map { KtClassInfoUtil.createClassOrObjectInfo(it) }
|
||||
}
|
||||
|
||||
override fun getScriptDeclarations(name: Name): Collection<KtScriptInfo> = runReadAction {
|
||||
|
||||
Reference in New Issue
Block a user