Fixed availability of "Make abstract" and "Implement members" quickfixes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Implement members" "true"
|
||||
abstract class A {
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
<caret>class B : A() {
|
||||
}
|
||||
Reference in New Issue
Block a user