diff --git a/idea/tests/org/jetbrains/jet/plugin/codeInsight/OutOfBlockModificationTestGenerated.java b/idea/tests/org/jetbrains/jet/plugin/codeInsight/OutOfBlockModificationTestGenerated.java index 91c10945f5f..d9d31c66334 100644 --- a/idea/tests/org/jetbrains/jet/plugin/codeInsight/OutOfBlockModificationTestGenerated.java +++ b/idea/tests/org/jetbrains/jet/plugin/codeInsight/OutOfBlockModificationTestGenerated.java @@ -105,4 +105,5 @@ public class OutOfBlockModificationTestGenerated extends AbstractOutOfBlockModif public void testInPropertyWithInference() throws Exception { doTest("idea/testData/codeInsight/outOfBlock/InPropertyWithInference.kt"); } + }