Make abstract both member and class while applying "Make abstract"

So #KT-12613 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-07-26 18:32:34 +09:00
committed by Mikhail Glukhikh
parent 0a9e0ddba9
commit dbaec43e4d
8 changed files with 51 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Make 'i' abstract" "true"
open class A() {
var <caret>i : Int
}