diff --git a/plugins/kotlin/idea/tests/testData/intentions/branched/ifWhen/whenToIf/whenWithGuards.kt b/plugins/kotlin/idea/tests/testData/intentions/branched/ifWhen/whenToIf/whenWithGuards.kt index 844466f12b99..4d625315ccc3 100644 --- a/plugins/kotlin/idea/tests/testData/intentions/branched/ifWhen/whenToIf/whenWithGuards.kt +++ b/plugins/kotlin/idea/tests/testData/intentions/branched/ifWhen/whenToIf/whenWithGuards.kt @@ -16,4 +16,4 @@ private fun mySealed(s: MySealed) { } // Not enabled to have the test work for K1: -Xwhen-guards doesn't fix the error because of a low language version -// ERROR: The feature "when guards" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xwhen-guards', but note that no stability guarantees are provided. +// ERROR: The feature "when guards" is experimental and should be enabled explicitly