Core & compiler: unnecessary 'val's removed from constructors
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import org.jetbrains.kotlin.types.KotlinType
|
||||
|
||||
class AnnotationAndConstantLoaderImpl(
|
||||
module: ModuleDescriptor,
|
||||
private val notFoundClasses: NotFoundClasses,
|
||||
notFoundClasses: NotFoundClasses,
|
||||
private val protocol: SerializerExtensionProtocol
|
||||
) : AnnotationAndConstantLoader<AnnotationDescriptor, ConstantValue<*>, AnnotationWithTarget> {
|
||||
private val deserializer = AnnotationDeserializer(module, notFoundClasses)
|
||||
|
||||
Reference in New Issue
Block a user