From c5772e5549d93f94651c487d24e10cc6c710f1ff Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Thu, 3 Aug 2017 18:09:47 +0300 Subject: [PATCH] SwitchCodegenUtil: .java -> .kt --- .../codegen/when/{SwitchCodegenUtil.java => SwitchCodegenUtil.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/backend/src/org/jetbrains/kotlin/codegen/when/{SwitchCodegenUtil.java => SwitchCodegenUtil.kt} (100%) diff --git a/compiler/backend/src/org/jetbrains/kotlin/codegen/when/SwitchCodegenUtil.java b/compiler/backend/src/org/jetbrains/kotlin/codegen/when/SwitchCodegenUtil.kt similarity index 100% rename from compiler/backend/src/org/jetbrains/kotlin/codegen/when/SwitchCodegenUtil.java rename to compiler/backend/src/org/jetbrains/kotlin/codegen/when/SwitchCodegenUtil.kt