Cleanup: val can be parameter

This commit is contained in:
Mikhail Glukhikh
2016-05-18 18:21:14 +03:00
parent b86fb64008
commit ebd57fafd7
17 changed files with 20 additions and 20 deletions
@@ -35,7 +35,7 @@ import org.jetbrains.kotlin.utils.toReadOnlyList
class JvmPackageScope(
private val c: LazyJavaResolverContext,
private val jPackage: JavaPackage,
jPackage: JavaPackage,
private val packageFragment: LazyJavaPackageFragment
): MemberScope {
internal val javaScope = LazyJavaPackageScope(c, jPackage, packageFragment)
@@ -50,7 +50,7 @@ import org.jetbrains.kotlin.utils.toReadOnlyList
import java.util.*
class LazyJavaClassDescriptor(
private val outerContext: LazyJavaResolverContext,
outerContext: LazyJavaResolverContext,
containingDeclaration: DeclarationDescriptor,
private val jClass: JavaClass,
private val additionalSupertypeClassDescriptor: ClassDescriptor? = null