diff --git a/core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaClassDescriptor.kt b/core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaClassDescriptor.kt index d8ff5b80c5d..1ddf7165f32 100644 --- a/core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaClassDescriptor.kt +++ b/core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaClassDescriptor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2016 JetBrains s.r.o. + * Copyright 2010-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ import org.jetbrains.kotlin.utils.addToStdlib.safeAs import java.util.* class LazyJavaClassDescriptor( - val outerContext: LazyJavaResolverContext, + outerContext: LazyJavaResolverContext, containingDeclaration: DeclarationDescriptor, private val jClass: JavaClass, private val additionalSupertypeClassDescriptor: ClassDescriptor? = null