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