Cleanup (formatting)

GitOrigin-RevId: b56424850f851e2e9e8f368d9d25697944d1bc45
This commit is contained in:
Roman Shevchenko
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent 9692dc589a
commit b98061a899
2 changed files with 2 additions and 5 deletions
@@ -1,14 +1,12 @@
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.java.codeInsight.completion
import com.intellij.testFramework.LightProjectDescriptor
import groovy.transform.CompileStatic
import org.jetbrains.annotations.NotNull
@CompileStatic
class Normal12CompletionTest extends NormalCompletionTestCase {
@NotNull
@Override
protected LightProjectDescriptor getProjectDescriptor() {
@@ -23,4 +21,4 @@ class Normal12CompletionTest extends NormalCompletionTestCase {
void testBreakInSwitchExpression() throws Throwable { doTest() }
void testInsideBreakInSwitchExpression() throws Throwable { doTest() }
void testInsideRuleInSwitchExpression() throws Throwable { doTest() }
}
}
@@ -17,7 +17,6 @@ class JavaSwitchExpressionsHighlightingTest : LightJavaCodeInsightFixtureTestCas
fun testEnhancedSwitchDefinitelyAssigned() = doTest()
fun testEnhancedSwitchUnreachable() = doTest()
fun testSwitchExpressionHasResult() = doTest()
fun testYieldStatements() = doTest()
private fun doTest() {