Expect modifier definitions is not exposed by UL-classes
This commit is contained in:
-3
@@ -148,9 +148,6 @@ class IDELightClassGenerationSupport(private val project: Project) : LightClassG
|
||||
}
|
||||
|
||||
private fun findTooComplexDeclaration(declaration: KtDeclaration): PsiElement? {
|
||||
if (declaration.hasExpectModifier()) {
|
||||
return declaration
|
||||
}
|
||||
|
||||
if (declaration is KtClassOrObject) {
|
||||
declaration.primaryConstructor?.let { findTooComplexDeclaration(it) }?.let { return it }
|
||||
|
||||
Reference in New Issue
Block a user