diff --git a/compiler/frontend/src/org/jetbrains/kotlin/cfg/BreakableBlockInfo.kt b/compiler/frontend/src/org/jetbrains/kotlin/cfg/BreakableBlockInfo.kt index b2672f0d9c2..ea15e147d46 100644 --- a/compiler/frontend/src/org/jetbrains/kotlin/cfg/BreakableBlockInfo.kt +++ b/compiler/frontend/src/org/jetbrains/kotlin/cfg/BreakableBlockInfo.kt @@ -14,44 +14,20 @@ * limitations under the License. */ -package org.jetbrains.kotlin.cfg; +package org.jetbrains.kotlin.cfg -import com.google.common.collect.Sets; -import org.jetbrains.kotlin.psi.KtElement; +import org.jetbrains.kotlin.psi.KtElement -import java.util.Collections; -import java.util.Set; +import java.util.Collections -public abstract class BreakableBlockInfo extends BlockInfo { - private final KtElement element; - private final Label entryPoint; - private final Label exitPoint; - private final Set