172: Revert "Quick Fixes: Support cross-language "Create from Usage" with Kotlin target"

This reverts commit 908bf71
This commit is contained in:
Vyacheslav Gerasimov
2018-01-18 02:20:03 +03:00
committed by Nikolay Krasko
parent 747f397f40
commit 8d3f71a04f
42 changed files with 3908 additions and 501 deletions
@@ -54,8 +54,6 @@ open class KotlinUClass private constructor(
override val psi = unwrap<UClass, PsiClass>(psi)
override fun getSourceElement() = sourcePsi ?: this
override fun getOriginalElement(): PsiElement? = super.getOriginalElement()
override fun getNameIdentifier(): PsiIdentifier? = UastLightIdentifier(psi, ktClass)