Perform InnerClassLowerings after CallableReferenceLowering

This commit is contained in:
Mikhael Bogdanov
2018-08-08 15:34:29 +03:00
parent 357359b1dd
commit bbc5fa4705
13 changed files with 5 additions and 14 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val o = object {
inner class A(val value: String = "OK")