KT-6632 "Convert to extension" intention should not be available on methods that override or implement a superclass method
#KT-6632 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
trait I {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
class C : I {
|
||||
override fun <caret>foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user