mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
IDEA-99572 Vertical line block match disappear view line in java code
Explicitly add parenthesis to method call as particular groovyc version used at teamcity fails to compile it ('database tests' configuration)
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ class Test {
|
||||
}
|
||||
|
||||
private void doTest(@NotNull String text) {
|
||||
IndentGuideTestData testData = parse text
|
||||
IndentGuideTestData testData = parse(text)
|
||||
myFixture.configureByText("${getTestName(false)}.java", testData.documentText)
|
||||
CodeInsightTestFixtureImpl.instantiateAndRun(myFixture.file, myFixture.editor, ArrayUtilRt.EMPTY_INT_ARRAY, false)
|
||||
IndentsModelImpl model = myFixture.editor.indentsModel as IndentsModelImpl
|
||||
|
||||
Reference in New Issue
Block a user