Remove explicit type: reformat
This commit is contained in:
@@ -26,8 +26,8 @@ import org.jetbrains.kotlin.psi.psiUtil.startOffset
|
|||||||
import org.jetbrains.kotlin.types.typeUtil.isUnit
|
import org.jetbrains.kotlin.types.typeUtil.isUnit
|
||||||
|
|
||||||
class RemoveExplicitTypeIntention : SelfTargetingRangeIntention<KtCallableDeclaration>(
|
class RemoveExplicitTypeIntention : SelfTargetingRangeIntention<KtCallableDeclaration>(
|
||||||
KtCallableDeclaration::class.java,
|
KtCallableDeclaration::class.java,
|
||||||
"Remove explicit type specification"
|
"Remove explicit type specification"
|
||||||
) {
|
) {
|
||||||
|
|
||||||
override fun applicabilityRange(element: KtCallableDeclaration): TextRange? {
|
override fun applicabilityRange(element: KtCallableDeclaration): TextRange? {
|
||||||
|
|||||||
Reference in New Issue
Block a user