Handle interface / abstract members correctly in "Create actual" fix

So #KT-20243 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-10-03 15:34:21 +03:00
parent fe786ad7f3
commit e8321be380
5 changed files with 64 additions and 37 deletions
@@ -8,4 +8,8 @@ expect interface <caret>Interface {
val isGood: Boolean
var status: Int
class Nested {
fun bar()
}
}