Handle interface / abstract members correctly in "Create actual" fix
So #KT-20243 Fixed
This commit is contained in:
@@ -8,4 +8,8 @@ expect interface <caret>Interface {
|
||||
val isGood: Boolean
|
||||
|
||||
var status: Int
|
||||
|
||||
class Nested {
|
||||
fun bar()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user