Revert "Minor. Specify type arguments explicitly"

This reverts commit 2e9075115b.
This commit is contained in:
Mikhail Zarechenskiy
2020-03-23 12:12:38 +03:00
parent 191fb02bf6
commit 1cf970b110
@@ -52,8 +52,7 @@ abstract class KotlinFileIndexBase<T>(classOfIndex: Class<T>) : ScalarIndexExten
override fun getKeyDescriptor() = KEY_DESCRIPTOR
protected fun indexer(f: (FileContent) -> FqName?): DataIndexer<FqName, Void, FileContent> =
// See KT-11323
DataIndexer<FqName, Void, FileContent> {
DataIndexer {
try {
val fqName = f(it)
if (fqName != null) {