diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/JavaStandardLibrarySupportProvider.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/JavaStandardLibrarySupportProvider.kt index 3eb663d540b..ae3800404ff 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/JavaStandardLibrarySupportProvider.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/JavaStandardLibrarySupportProvider.kt @@ -1,5 +1,5 @@ -// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.debugger.streams.kotlin.lib import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinCollectionSupportProvider.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinCollectionSupportProvider.kt index f98b9e92b00..2fecf864202 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinCollectionSupportProvider.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinCollectionSupportProvider.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.lib import com.intellij.debugger.streams.lib.LibrarySupport diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinSequenceSupportProvider.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinSequenceSupportProvider.kt index dc9960de86c..43296787dad 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinSequenceSupportProvider.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/KotlinSequenceSupportProvider.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.lib import com.intellij.debugger.streams.lib.LibrarySupport diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/LibraryUtil.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/LibraryUtil.kt index 3b4fea8ed89..7c7160d1ce4 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/LibraryUtil.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/LibraryUtil.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.lib /** diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/StreamExLibrarySupportProvider.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/StreamExLibrarySupportProvider.kt index c14cfad428a..8f2d4819cde 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/StreamExLibrarySupportProvider.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/lib/StreamExLibrarySupportProvider.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.lib import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/StreamCallChecker.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/StreamCallChecker.kt index b1b3c93020c..58ed38c6466 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/StreamCallChecker.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/StreamCallChecker.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.psi import org.jetbrains.kotlin.psi.KtCallExpression diff --git a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/impl/PackageBasedCallChecker.kt b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/impl/PackageBasedCallChecker.kt index 531b84200c9..ac854d246f0 100644 --- a/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/impl/PackageBasedCallChecker.kt +++ b/idea/idea-jvm/src/com/intellij/debugger/streams/kotlin/psi/impl/PackageBasedCallChecker.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.psi.impl import com.intellij.debugger.streams.kotlin.psi.StreamCallChecker diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/KotlinPsiChainBuilderTestCase.kt b/idea/tests/com/intellij/debugger/streams/kotlin/KotlinPsiChainBuilderTestCase.kt index 7bdfcab0671..b720a92a2fd 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/KotlinPsiChainBuilderTestCase.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/KotlinPsiChainBuilderTestCase.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin import com.intellij.debugger.streams.test.StreamChainBuilderTestCase diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/LibraryManager.kt b/idea/tests/com/intellij/debugger/streams/kotlin/LibraryManager.kt index 838a61ab099..4f7cbb7e2f1 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/LibraryManager.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/LibraryManager.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin import java.io.File diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/dsl/KotlinDslTest.kt b/idea/tests/com/intellij/debugger/streams/kotlin/dsl/KotlinDslTest.kt index 690842e50b9..0c129999724 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/dsl/KotlinDslTest.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/dsl/KotlinDslTest.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.dsl import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinStatementFactory diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinEvaluationTestCase.kt b/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinEvaluationTestCase.kt index 08d3155c768..d5de9ff9c69 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinEvaluationTestCase.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinEvaluationTestCase.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.exec import com.intellij.debugger.impl.OutputChecker diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinOutputChecker.kt b/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinOutputChecker.kt index 7c457043099..00b6a4b30d6 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinOutputChecker.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/exec/KotlinOutputChecker.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.exec import com.intellij.debugger.impl.OutputChecker diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/exec/java/JavaStreamTest.kt b/idea/tests/com/intellij/debugger/streams/kotlin/exec/java/JavaStreamTest.kt index 42d3219b0d1..28aa9f4f419 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/exec/java/JavaStreamTest.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/exec/java/JavaStreamTest.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.exec.java import com.intellij.debugger.streams.kotlin.exec.KotlinEvaluationTestCase diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/NegativeJavaStreamTest.kt b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/NegativeJavaStreamTest.kt index 923334f5d19..04bdf548187 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/NegativeJavaStreamTest.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/NegativeJavaStreamTest.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.psi.java import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveJavaStreamTest.kt b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveJavaStreamTest.kt index aaca119ce6d..1f3bb170794 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveJavaStreamTest.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveJavaStreamTest.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.psi.java import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase diff --git a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveStreamExTest.kt b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveStreamExTest.kt index a73f5282230..fd7ebe39a23 100644 --- a/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveStreamExTest.kt +++ b/idea/tests/com/intellij/debugger/streams/kotlin/psi/java/PositiveStreamExTest.kt @@ -1,5 +1,4 @@ // Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - package com.intellij.debugger.streams.kotlin.psi.java import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase