[SLC] SymbolLightMethodBase: cleanup code
^KT-54051
This commit is contained in:
committed by
Space Team
parent
62b4c7e52a
commit
5f20c10185
+1
-1
@@ -43,7 +43,7 @@ internal abstract class SymbolLightMethodBase(
|
||||
|
||||
override fun getReturnTypeElement(): PsiTypeElement? = null
|
||||
|
||||
override fun setName(p0: String): PsiElement = cannotModify()
|
||||
override fun setName(name: String): PsiElement = cannotModify()
|
||||
|
||||
override fun isVarArgs() = PsiImplUtil.isVarArgs(this)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user