Use OverrideMemberChooserObject to generate also abstract actual decls
Relates to KT-27093 and similar problems
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user