Unmute a test fixed by a combination of PR #2151 and #2184

This commit is contained in:
pyos
2019-03-19 09:54:32 +01:00
committed by max-kammerer
parent 6c68474489
commit ed298c48b7
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
abstract class Base(val fn: () -> String)
class Outer {
@@ -7,4 +6,4 @@ class Outer {
inner class Inner : Base(::ok)
}
fun box() = Outer().Inner().fn()
fun box() = Outer().Inner().fn()