Update testdata according to behavior changes

This commit is contained in:
Dmitry Jemerov
2017-06-08 10:43:19 +02:00
parent d90cc6f4cf
commit 2326b5faf3
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
object Foo {
const private val a = "Lorem ipsum"
private const val a = "Lorem ipsum"
}