i18n: fix bundle messages/testData messages where necessary
This commit is contained in:
committed by
Dmitry Gridin
parent
e1cb561398
commit
1dded486f1
+2
-2
@@ -1,5 +1,5 @@
|
||||
// FILE: test.before.kt
|
||||
// "Add a spread operator before an array passing as vararg" "true"
|
||||
// "Add a spread operator before an array passing as 'vararg'" "true"
|
||||
// WARNING: Please use spread operator to pass an array as vararg. It will be an error in 1.5.
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:-ProhibitVarargAsArrayAfterSamArgument
|
||||
// WITH_RUNTIME
|
||||
@@ -16,7 +16,7 @@ public class Test {
|
||||
}
|
||||
|
||||
// FILE: test.after.kt
|
||||
// "Add a spread operator before an array passing as vararg" "true"
|
||||
// "Add a spread operator before an array passing as 'vararg'" "true"
|
||||
// WARNING: Please use spread operator to pass an array as vararg. It will be an error in 1.5.
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:-ProhibitVarargAsArrayAfterSamArgument
|
||||
// WITH_RUNTIME
|
||||
|
||||
Reference in New Issue
Block a user