Make abstract both member and class while applying "Make abstract"
So #KT-12613 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0a9e0ddba9
commit
dbaec43e4d
@@ -0,0 +1,4 @@
|
||||
// "Make 'i' abstract" "true"
|
||||
open class A() {
|
||||
var <caret>i : Int
|
||||
}
|
||||
Reference in New Issue
Block a user