Suppress K2 specific warnings in the codebase
^KT-62472
This commit is contained in:
committed by
Space Team
parent
9e66a7b999
commit
704e2ef5c5
+1
@@ -157,6 +157,7 @@ abstract class KtLightMethodImpl protected constructor(
|
||||
|
||||
override fun getBody() = null
|
||||
|
||||
@Suppress("OVERRIDE_DEPRECATION") // K2 warning suppression, TODO: KT-62472
|
||||
abstract override fun findDeepestSuperMethod(): PsiMethod?
|
||||
|
||||
abstract override fun findDeepestSuperMethods(): Array<out PsiMethod>
|
||||
|
||||
Reference in New Issue
Block a user