Use OverrideMemberChooserObject to generate also abstract actual decls

Relates to KT-27093 and similar problems
This commit is contained in:
Mikhail Glukhikh
2018-11-14 10:47:58 +03:00
parent 3612c2983e
commit cd041cca71
12 changed files with 80 additions and 46 deletions
@@ -1,11 +1,8 @@
// Interface: to be implemented
actual interface Interface {
actual fun foo(param: String): Int
actual fun String.bar(y: Double): Boolean
actual val isGood: Boolean
actual var status: Int
actual class Nested {