From 18bd8fa6ab4b46f8113651feaa8522614ae75832 Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Tue, 28 Apr 2015 19:09:48 +0300 Subject: [PATCH] JetExpressionWithLabel: .java -> .kt --- .../{JetExpressionWithLabel.java => JetExpressionWithLabel.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/frontend/src/org/jetbrains/kotlin/psi/{JetExpressionWithLabel.java => JetExpressionWithLabel.kt} (100%) diff --git a/compiler/frontend/src/org/jetbrains/kotlin/psi/JetExpressionWithLabel.java b/compiler/frontend/src/org/jetbrains/kotlin/psi/JetExpressionWithLabel.kt similarity index 100% rename from compiler/frontend/src/org/jetbrains/kotlin/psi/JetExpressionWithLabel.java rename to compiler/frontend/src/org/jetbrains/kotlin/psi/JetExpressionWithLabel.kt