From b98061a8999d2fa24280e1be1124423c25da8930 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Mon, 24 Jun 2019 16:14:36 +0200 Subject: [PATCH] Cleanup (formatting) GitOrigin-RevId: b56424850f851e2e9e8f368d9d25697944d1bc45 --- .../codeInsight/completion/Normal12CompletionTest.groovy | 6 ++---- .../daemon/JavaSwitchExpressionsHighlightingTest.kt | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/java/java-tests/testSrc/com/intellij/java/codeInsight/completion/Normal12CompletionTest.groovy b/java/java-tests/testSrc/com/intellij/java/codeInsight/completion/Normal12CompletionTest.groovy index 414fca5bf796..24124f06f61c 100644 --- a/java/java-tests/testSrc/com/intellij/java/codeInsight/completion/Normal12CompletionTest.groovy +++ b/java/java-tests/testSrc/com/intellij/java/codeInsight/completion/Normal12CompletionTest.groovy @@ -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() } -} +} \ No newline at end of file diff --git a/java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/JavaSwitchExpressionsHighlightingTest.kt b/java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/JavaSwitchExpressionsHighlightingTest.kt index 09c786cb7d48..9a1d3e689f83 100644 --- a/java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/JavaSwitchExpressionsHighlightingTest.kt +++ b/java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/JavaSwitchExpressionsHighlightingTest.kt @@ -17,7 +17,6 @@ class JavaSwitchExpressionsHighlightingTest : LightJavaCodeInsightFixtureTestCas fun testEnhancedSwitchDefinitelyAssigned() = doTest() fun testEnhancedSwitchUnreachable() = doTest() fun testSwitchExpressionHasResult() = doTest() - fun testYieldStatements() = doTest() private fun doTest() {