Refactoring: Clean-up usage of KlibMetadataFactories
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ import org.jetbrains.kotlin.storage.StorageManager
|
||||
/**
|
||||
* The default Kotlin/Native factories.
|
||||
*/
|
||||
open class KlibMetadataFactories(
|
||||
createBuiltIns:(StorageManager) -> KotlinBuiltIns,
|
||||
class KlibMetadataFactories(
|
||||
createBuiltIns: (StorageManager) -> KotlinBuiltIns,
|
||||
val flexibleTypeDeserializer: FlexibleTypeDeserializer,
|
||||
val platformDependentTypeTransformer: PlatformDependentTypeTransformer
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user