MoveCompanionObjectFields: copy constants into interfaces

Fields having const attribute in companion objects are observable in
Java and should be copied to outer interfaces.
This commit is contained in:
Ting-Yuan Huang
2019-05-15 16:20:23 -07:00
committed by max-kammerer
parent 6ff776ba65
commit 75646f97a4
9 changed files with 39 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FILE: CompanionInitialization.java