mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] Fix testData after fixes in kotlin repo
(cherry picked from commit 3ac9787122b4ed1f3654d9bb6e8ae62331c6692b) GitOrigin-RevId: 6325d3b5357d637c9d262ea01dd09754cfe0cb17
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d7254382fd
commit
d2dd89260d
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "false"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
|
||||
fun test() {
|
||||
<caret>$$"$Can't enable$"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
fun test() {
|
||||
$$"$Enable me$"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
fun test() {
|
||||
<caret>$$"$Enable me$"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
|
||||
fun test() {
|
||||
$$"$Enable me$"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
|
||||
fun test() {
|
||||
<caret>$$"$Enable me$"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
fun test() {
|
||||
$$"$Enable me$"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
fun test() {
|
||||
<caret>$$"$Enable me$"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
package p
|
||||
|
||||
fun test() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Configure arguments for the feature: multi dollar interpolation" "true"
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xmulti-dollar-interpolation', but note that no stability guarantees are provided.
|
||||
// K2_ERROR: The feature "multi dollar interpolation" is only available since language version 2.2
|
||||
package p
|
||||
|
||||
fun test() {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:-WhenGuards
|
||||
// IS_APPLICABLE: false
|
||||
// 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 only available since language version 2.2
|
||||
// K2_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
private fun test(s: Any) {
|
||||
when (s) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IGNORE_K1
|
||||
// "Replace '&&' with 'if'" "false"
|
||||
// WITH_STDLIB
|
||||
// K2_AFTER_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.
|
||||
// K2_AFTER_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
fun test(a: Any) {
|
||||
when (a) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IGNORE_K1
|
||||
// "Replace '&&' with 'if'" "true"
|
||||
// WITH_STDLIB
|
||||
// K2_AFTER_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.
|
||||
// K2_AFTER_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
fun test(a: Any) {
|
||||
when (a) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IGNORE_K1
|
||||
// "Replace '&&' with 'if'" "true"
|
||||
// WITH_STDLIB
|
||||
// K2_AFTER_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.
|
||||
// K2_AFTER_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
fun test(a: Any) {
|
||||
when (a) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IGNORE_K1
|
||||
// "Replace '&&' with 'if'" "true"
|
||||
// WITH_STDLIB
|
||||
// K2_AFTER_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.
|
||||
// K2_AFTER_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
fun test(a: Any) {
|
||||
when (a) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IGNORE_K1
|
||||
// "Replace '&&' with 'if'" "true"
|
||||
// WITH_STDLIB
|
||||
// K2_AFTER_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.
|
||||
// K2_AFTER_ERROR: The feature "when guards" is only available since language version 2.2
|
||||
|
||||
fun test(a: Any) {
|
||||
when (a) {
|
||||
|
||||
Reference in New Issue
Block a user