Intentions: Move class member to companion object
#KT-9697 In Progress
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
interface A {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
class B: A {
|
||||
override fun <caret>foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user