[lc] decompiled: LightMemberOriginForCompiledElement: cleanup code

^KT-53934
This commit is contained in:
Dmitry Gridin
2022-09-09 13:51:19 +02:00
committed by Space
parent d13f2af6ec
commit 5f2098d572
@@ -1,3 +1,8 @@
/*
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.analysis.decompiled.light.classes.origin
@@ -30,7 +35,6 @@ interface LightMemberOriginForCompiledElement<T : PsiMember> : LightMemberOrigin
override fun isValid(): Boolean = member.isValid
}
data class LightMemberOriginForCompiledField(val psiField: PsiField, val file: KtClsFile) : LightMemberOriginForCompiledElement<PsiField> {
override val member: PsiField
get() = psiField