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