summaryrefslogtreecommitdiff
path: root/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-13 19:29:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-13 19:29:01 +0000
commit8fd51678ba9389c59b5d2eab72514586e00204a2 (patch)
treeb372367a38b2d7997de0aba533d8765b5a6998ef /plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java
parenta313a2cd38efda34402faaa45b2dc210f9953844 (diff)
parent94136e97c59789b2242f8eee1cd8abde4fe323d4 (diff)
downloadintellij-kotlin-8fd51678ba9389c59b5d2eab72514586e00204a2.tar.gz
Snap for 8709740 from 94136e97c59789b2242f8eee1cd8abde4fe323d4 to studio-dolphin-releasestudio-2021.3.1-betastudio-beta
Change-Id: I60acba3629ba543acf77426e415cd999c5252307
Diffstat (limited to 'plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java')
-rw-r--r--plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java17
1 files changed, 16 insertions, 1 deletions
diff --git a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java b/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java
index 295fc89b29d0..c6ce723266bc 100644
--- a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java
+++ b/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/quickfix/HighLevelQuickFixTestGenerated.java
@@ -1,4 +1,4 @@
-// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.kotlin.idea.fir.quickfix;
@@ -2015,6 +2015,11 @@ public abstract class HighLevelQuickFixTestGenerated extends AbstractHighLevelQu
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
}
+ @TestMetadata("addElseBranchBooleanWarning.kt")
+ public void testAddElseBranchBooleanWarning() throws Exception {
+ runTest("../idea/tests/testData/quickfix/when/addElseBranchBooleanWarning.kt");
+ }
+
@TestMetadata("addElseBranchEnumStatement.kt")
public void testAddElseBranchEnumStatement() throws Exception {
runTest("../idea/tests/testData/quickfix/when/addElseBranchEnumStatement.kt");
@@ -2025,6 +2030,11 @@ public abstract class HighLevelQuickFixTestGenerated extends AbstractHighLevelQu
runTest("../idea/tests/testData/quickfix/when/addElseBranchSealed.kt");
}
+ @TestMetadata("addElseBranchSealedWarning.kt")
+ public void testAddElseBranchSealedWarning() throws Exception {
+ runTest("../idea/tests/testData/quickfix/when/addElseBranchSealedWarning.kt");
+ }
+
@TestMetadata("addRemainingBranchesBlankLine.kt")
public void testAddRemainingBranchesBlankLine() throws Exception {
runTest("../idea/tests/testData/quickfix/when/addRemainingBranchesBlankLine.kt");
@@ -2110,6 +2120,11 @@ public abstract class HighLevelQuickFixTestGenerated extends AbstractHighLevelQu
runTest("../idea/tests/testData/quickfix/when/addRemainingBranchesSealedStatement.kt");
}
+ @TestMetadata("addRemainingBranchesSealedWarning.kt")
+ public void testAddRemainingBranchesSealedWarning() throws Exception {
+ runTest("../idea/tests/testData/quickfix/when/addRemainingBranchesSealedWarning.kt");
+ }
+
@TestMetadata("breakInWhen.kt")
public void testBreakInWhen() throws Exception {
runTest("../idea/tests/testData/quickfix/when/breakInWhen.kt");