mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (formatting)
GitOrigin-RevId: b56424850f851e2e9e8f368d9d25697944d1bc45
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9692dc589a
commit
b98061a899
+2
-4
@@ -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() }
|
||||
}
|
||||
}
|
||||
-1
@@ -17,7 +17,6 @@ class JavaSwitchExpressionsHighlightingTest : LightJavaCodeInsightFixtureTestCas
|
||||
fun testEnhancedSwitchDefinitelyAssigned() = doTest()
|
||||
fun testEnhancedSwitchUnreachable() = doTest()
|
||||
fun testSwitchExpressionHasResult() = doTest()
|
||||
|
||||
fun testYieldStatements() = doTest()
|
||||
|
||||
private fun doTest() {
|
||||
|
||||
Reference in New Issue
Block a user