332eca2d55
I don't really know which exact commit fixed this test, but there was a problem with return types of delegated members. Before my changes delegated `override fun foo(x: Int)` in `actual class E` had error return type and now it has correct type `Int`