Extract Class: Implement 'Extract Interface' refactoring
#KT-11017 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// NAME: X
|
||||
// INFO: {checked: "true"}
|
||||
interface T {}
|
||||
|
||||
open class A
|
||||
|
||||
// SIBLING:
|
||||
class <caret>B : A(), T {
|
||||
// INFO: {checked: "true", toAbstract: "true"}
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user