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:
Ilya Chernikov
2020-06-15 10:28:51 +02:00
parent a6feae0fbb
commit d7df249480
@@ -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(