Rename jet to kotlin in Kotlin compiler infrastructure

This commit is contained in:
Yan Zhulanow
2015-02-10 16:18:08 +03:00
parent db45ab4ad6
commit d35f36da06
10 changed files with 16 additions and 17 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2014 JetBrains s.r.o.
* Copyright 2010-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,11 +14,11 @@
* limitations under the License.
*/
package org.jetbrains.jet.plugin.findUsages.handlers
package org.jetbrains.kotlin.plugin.references
import com.intellij.openapi.extensions.ExtensionPointName
import com.intellij.psi.PsiElement
import org.jetbrains.kotlin.idea.references.JetSimpleNameReference
import com.intellij.psi.PsiElement
import org.jetbrains.kotlin.psi.JetPsiFactory
public trait SimpleNameReferenceExtension {