i18n: fix bundle messages/testData messages where necessary

This commit is contained in:
Roman Golyshev
2020-02-27 14:43:41 +03:00
committed by Dmitry Gridin
parent e1cb561398
commit 1dded486f1
115 changed files with 163 additions and 163 deletions
@@ -2,7 +2,7 @@
// ERROR: Class 'End' is not abstract and does not implement abstract member public abstract val a: Int defined in IFoo
// ACTION: Create test
// ACTION: Implement members
// ACTION: Make 'End' abstract
// ACTION: Make 'End' 'abstract'
// ACTION: Rename file to End.kt
actual class <caret>End actual constructor(i: Int) : IFoo
@@ -1,4 +1,4 @@
// "Make 'One' open" "true"
// "Make 'One' 'open'" "true"
actual class One
class Two : <caret>One()
@@ -1,4 +1,4 @@
// "Make 'One' open" "true"
// "Make 'One' 'open'" "true"
actual open class One
class Two : <caret>One()
@@ -1,4 +1,4 @@
// "Make 'One' open" "true"
// "Make 'One' 'open'" "true"
// ERROR: Expected class 'Two' has no actual declaration in module testModule_JVM for JVM
expect class One
@@ -1,4 +1,4 @@
// "Make 'One' open" "true"
// "Make 'One' 'open'" "true"
// ERROR: Expected class 'Two' has no actual declaration in module testModule_JVM for JVM
expect open class One