[ULC] avoid resolve from KtUltraLightClassModifierList.hasModifierProperty in most cases
^KT-55445 Fixed
This commit is contained in:
committed by
Space Team
parent
92a6c29941
commit
34e4645385
-1
@@ -104,7 +104,6 @@ abstract class KtLightClassForSourceDeclaration(
|
||||
override fun getName(): String? = classOrObject.nameAsName?.asString()
|
||||
|
||||
abstract override fun getModifierList(): PsiModifierList?
|
||||
protected abstract fun computeModifiers(): Set<String>
|
||||
|
||||
override fun hasModifierProperty(@NonNls name: String): Boolean = modifierList?.hasModifierProperty(name) ?: false
|
||||
abstract override fun isDeprecated(): Boolean
|
||||
|
||||
Reference in New Issue
Block a user