Minor: optimize imports

This commit is contained in:
Vitaliy.Bibaev
2017-10-19 10:42:32 +03:00
committed by Yan Zhulanow
parent 2aef583aa7
commit 25b174b8f7
10 changed files with 13 additions and 14 deletions
@@ -16,11 +16,9 @@
package com.intellij.debugger.streams.kotlin.psi.impl
import com.intellij.debugger.streams.kotlin.psi.callName
import com.intellij.debugger.streams.kotlin.psi.getPackage
import com.intellij.debugger.streams.kotlin.psi.receiverType
import com.intellij.debugger.streams.kotlin.psi.resolveType
import com.intellij.debugger.streams.psi.*
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinTypes
import com.intellij.debugger.streams.psi.ChainTransformer
import com.intellij.debugger.streams.wrapper.CallArgument
import com.intellij.debugger.streams.wrapper.IntermediateStreamCall
import com.intellij.debugger.streams.wrapper.StreamChain
@@ -15,8 +15,6 @@
*/
package com.intellij.debugger.streams.kotlin.psi.impl
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinChainBuilderBase
/**
* @author Vitaliy.Bibaev
*/
@@ -15,8 +15,6 @@
*/
package com.intellij.debugger.streams.kotlin.psi.impl
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinChainBuilderBase
/**
* @author Vitaliy.Bibaev
*/
@@ -15,7 +15,6 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinVariableDeclaration
import com.intellij.debugger.streams.trace.dsl.ArrayVariable
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.VariableDeclaration
@@ -15,7 +15,10 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.trace.dsl.*
import com.intellij.debugger.streams.trace.dsl.Convertable
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.ForLoopBody
import com.intellij.debugger.streams.trace.dsl.Variable
/**
* @author Vitaliy.Bibaev
@@ -15,7 +15,10 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.trace.dsl.*
import com.intellij.debugger.streams.trace.dsl.Convertable
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.ForLoopBody
import com.intellij.debugger.streams.trace.dsl.VariableDeclaration
/**
* @author Vitaliy.Bibaev
@@ -15,7 +15,10 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.trace.dsl.*
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.ForLoopBody
import com.intellij.debugger.streams.trace.dsl.StatementFactory
import com.intellij.debugger.streams.trace.dsl.Variable
import com.intellij.debugger.streams.trace.dsl.impl.TextExpression
/**
@@ -15,7 +15,6 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinCodeBlock
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.LambdaBody
import com.intellij.debugger.streams.trace.dsl.StatementFactory
@@ -15,7 +15,6 @@
*/
package com.intellij.debugger.streams.kotlin.trace.dsl
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinVariableDeclaration
import com.intellij.debugger.streams.trace.dsl.Expression
import com.intellij.debugger.streams.trace.dsl.ListVariable
import com.intellij.debugger.streams.trace.dsl.VariableDeclaration
@@ -4,7 +4,6 @@ import com.intellij.debugger.streams.test.StreamChainBuilderTestCase
import com.intellij.debugger.streams.wrapper.StreamChain
import com.intellij.debugger.streams.wrapper.StreamChainBuilder
import com.intellij.openapi.projectRoots.Sdk
import com.intellij.pom.java.LanguageLevel
import junit.framework.TestCase
import java.io.File
import java.nio.file.Paths