From 212504bbd45f613018a6004cbf24ea3f32d37495 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 6 Jan 2016 12:08:12 +0300 Subject: [PATCH] Move 'else' Branch in 'when' Quick-Fix: Convert to Kotlin (rename to .kt) --- .../{MoveWhenElseBranchFix.java => MoveWhenElseBranchFix.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename idea/src/org/jetbrains/kotlin/idea/quickfix/{MoveWhenElseBranchFix.java => MoveWhenElseBranchFix.kt} (100%) diff --git a/idea/src/org/jetbrains/kotlin/idea/quickfix/MoveWhenElseBranchFix.java b/idea/src/org/jetbrains/kotlin/idea/quickfix/MoveWhenElseBranchFix.kt similarity index 100% rename from idea/src/org/jetbrains/kotlin/idea/quickfix/MoveWhenElseBranchFix.java rename to idea/src/org/jetbrains/kotlin/idea/quickfix/MoveWhenElseBranchFix.kt