Fix JvmFieldInInterfaceCompanion.kt for language version 1.4

Since 1.4, constant value is no longer written to the class file (and
thus cannot be read) for non-const properties. But in sources,
corresponding property descriptors still have the initializer which is
rendered to text. Therefore we disable the source-vs-binary check and
update the test data to check the new behavior.
This commit is contained in:
Alexander Udalov
2020-01-17 20:35:46 +01:00
parent 482874fdc1
commit 3c4e5d7615
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// NO_CHECK_SOURCE_VS_BINARY
package test