Rename org.jetbrains.kotlin.plugin -> org.jetbrains.kotlin.idea

This commit is contained in:
Alexander Udalov
2015-01-12 16:29:35 +03:00
parent d4507226a1
commit 17227bb4fe
294 changed files with 553 additions and 567 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.codeInsight
package org.jetbrains.kotlin.idea.codeInsight
import org.jetbrains.kotlin.descriptors.*
import org.jetbrains.kotlin.psi.*
@@ -35,9 +35,9 @@ import org.jetbrains.kotlin.types.JetType
import org.jetbrains.kotlin.types.TypeUtils
import org.jetbrains.kotlin.types.checker.JetTypeChecker
import org.jetbrains.kotlin.lexer.JetTokens
import org.jetbrains.kotlin.plugin.util.CallType
import org.jetbrains.kotlin.plugin.util.substituteExtensionIfCallable
import org.jetbrains.kotlin.plugin.util.getImplicitReceiversWithInstance
import org.jetbrains.kotlin.idea.util.CallType
import org.jetbrains.kotlin.idea.util.substituteExtensionIfCallable
import org.jetbrains.kotlin.idea.util.getImplicitReceiversWithInstance
public class ReferenceVariantsHelper(
private val context: BindingContext,
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.util
package org.jetbrains.kotlin.idea.util
import org.jetbrains.kotlin.types.JetType
import org.jetbrains.kotlin.descriptors.TypeParameterDescriptor
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.util;
package org.jetbrains.kotlin.idea.util;
import kotlin.Function1;
import org.jetbrains.kotlin.renderer.DescriptorRenderer;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.util
package org.jetbrains.kotlin.idea.util
import org.jetbrains.kotlin.types.*
import org.jetbrains.kotlin.builtins.KotlinBuiltIns
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.util
package org.jetbrains.kotlin.idea.util
import org.jetbrains.kotlin.descriptors.CallableDescriptor
import org.jetbrains.kotlin.resolve.scopes.receivers.ReceiverValue
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.kotlin.plugin.util
package org.jetbrains.kotlin.idea.util
import org.jetbrains.kotlin.resolve.scopes.JetScope
import org.jetbrains.kotlin.descriptors.ReceiverParameterDescriptor