more renames to get rid of "Jet" in class and method names

This commit is contained in:
Dmitry Jemerov
2015-11-09 19:06:50 +01:00
parent a3241637ce
commit e64a270d1a
152 changed files with 465 additions and 474 deletions
@@ -133,7 +133,7 @@ class MutableDiagnosticsTest : KotlinTestWithEnvironment() {
val dummyElement = KtPsiFactory(getEnvironment().project).createType("Int")
init {
dummyElement.getContainingJetFile().doNotAnalyze = null
dummyElement.getContainingKtFile().doNotAnalyze = null
}
override fun getFactory() = unimplemented()