Run "Add 'init' keyword in whole project" quickfix
This commit is contained in:
@@ -132,7 +132,7 @@ class MutableDiagnosticsTest : KotlinTestWithEnvironment() {
|
||||
private inner class DummyDiagnostic : Diagnostic {
|
||||
val dummyElement = JetPsiFactory(getEnvironment().project).createType("Int")
|
||||
|
||||
;{
|
||||
init {
|
||||
dummyElement.getContainingJetFile().doNotAnalyze = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user