summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt b/plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt
index 999150014517..8b63dfd73e44 100644
--- a/plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt
+++ b/plugins/kotlin/idea/tests/testData/intentions/addWhenRemainingBranches/emptyWhen.kt
@@ -1,4 +1,6 @@
// WITH_RUNTIME
+// ERROR: 'when' expression must be exhaustive, add necessary 'FOO', 'BAR', 'BAZ' branches or 'else' branch instead
+// SKIP_ERRORS_AFTER
enum class Entry {
FOO, BAR, BAZ