JS: unnecessary 'val' removed from constructor

This commit is contained in:
Mikhail Glukhikh
2016-04-27 13:36:04 +03:00
parent ee46c34a5e
commit a4be89e5fd
@@ -37,7 +37,7 @@ import org.jetbrains.kotlin.psi.KtDelegatedSuperTypeEntry
import org.jetbrains.kotlin.resolve.DescriptorUtils
class DelegationTranslator(
private val classDeclaration: KtClassOrObject,
classDeclaration: KtClassOrObject,
context: TranslationContext
) : AbstractTranslator(context) {