Use OverrideMemberChooserObject to generate actual decls in quick-fixes
This can fix a lot of issues related to inexact generation, in particular #KT-27093 Fixed
This commit is contained in:
@@ -9,7 +9,8 @@ actual interface Interface {
|
||||
actual var status: Int
|
||||
|
||||
actual class Nested {
|
||||
actual fun bar() {}
|
||||
actual fun bar() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user