rename Jet* classes to Kt*
This commit is contained in:
@@ -130,7 +130,7 @@ class MutableDiagnosticsTest : KotlinTestWithEnvironment() {
|
||||
}
|
||||
|
||||
private inner class DummyDiagnostic : Diagnostic {
|
||||
val dummyElement = JetPsiFactory(getEnvironment().project).createType("Int")
|
||||
val dummyElement = KtPsiFactory(getEnvironment().project).createType("Int")
|
||||
|
||||
init {
|
||||
dummyElement.getContainingJetFile().doNotAnalyze = null
|
||||
|
||||
Reference in New Issue
Block a user