Move fields and init blocks of companions to their owners

This commit is contained in:
Georgy Bronnikov
2018-07-19 18:14:58 +03:00
parent 827494abbe
commit 605afbae90
42 changed files with 567 additions and 176 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
object Test {
fun ok() = "OK"
val x = run { Test.ok() }