[FIR] Add MetadataSymbolProvider
Extract common code from K1 to MetadataUtil
This commit is contained in:
committed by
Space Team
parent
c103da98dd
commit
e22359cc10
+2
@@ -27,6 +27,8 @@ interface KotlinMetadataFinder {
|
||||
*/
|
||||
fun findMetadata(classId: ClassId): InputStream?
|
||||
|
||||
fun findMetadataTopLevelClassesInPackage(packageFqName: FqName): Set<String>?
|
||||
|
||||
/**
|
||||
* @return `true` iff this finder is able to locate the package with the given [fqName], containing .kotlin_metadata files.
|
||||
* Note that returning `true` makes [MetadataPackageFragmentProvider] construct the package fragment for the package,
|
||||
|
||||
Reference in New Issue
Block a user