Convert contributed descriptors to list...
without this `KDocCompletionTestGenerated,testExtensionsFQLink`, which most likely point to some broken contract in the test.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ open class LazyClassMemberScope(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
result.addAll(computeExtraDescriptors(NoLookupLocation.FOR_ALREADY_TRACKED))
|
result.addAll(computeExtraDescriptors(NoLookupLocation.FOR_ALREADY_TRACKED))
|
||||||
result
|
result.toList()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getContributedDescriptors(
|
override fun getContributedDescriptors(
|
||||||
|
|||||||
Reference in New Issue
Block a user