From 2fcce20c73aeae0163b27932539d1cf651ce308f Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 6 Jan 2016 13:30:36 +0300 Subject: [PATCH] Remove Supertype Quick-Fix: Convert to Kotlin (rename to .kt) --- .../quickfix/{RemoveSupertypeFix.java => RemoveSupertypeFix.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename idea/src/org/jetbrains/kotlin/idea/quickfix/{RemoveSupertypeFix.java => RemoveSupertypeFix.kt} (100%) diff --git a/idea/src/org/jetbrains/kotlin/idea/quickfix/RemoveSupertypeFix.java b/idea/src/org/jetbrains/kotlin/idea/quickfix/RemoveSupertypeFix.kt similarity index 100% rename from idea/src/org/jetbrains/kotlin/idea/quickfix/RemoveSupertypeFix.java rename to idea/src/org/jetbrains/kotlin/idea/quickfix/RemoveSupertypeFix.kt