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

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
inner class Inner {
val o = 111

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
inner class Inner {
val o = 111

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
inner class Inner {
val o = 111

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
inner class Inner(val result: Int)
}