Extract Class: Implement 'Extract Superclass' refactoring
#KT-11017 In Progress
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// NAME: X
|
||||
interface T {}
|
||||
|
||||
open class X {
|
||||
// INFO: {checked: "true"}
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// SIBLING:
|
||||
class A(n: Int) : T, X() {
|
||||
}
|
||||
Reference in New Issue
Block a user