Extract Class: Implement 'Extract Superclass' refactoring
#KT-11017 In Progress
This commit is contained in:
@@ -798,6 +798,7 @@ fun main(args: Array<String>) {
|
||||
model("refactoring/introduceJavaParameter", extension = "java", testMethod = "doIntroduceJavaParameterTest")
|
||||
model("refactoring/introduceTypeParameter", pattern = KT_OR_KTS, testMethod = "doIntroduceTypeParameterTest")
|
||||
model("refactoring/introduceTypeAlias", pattern = KT_OR_KTS, testMethod = "doIntroduceTypeAliasTest")
|
||||
model("refactoring/extractSuperclass", pattern = KT_OR_KTS, testMethod = "doExtractSuperclassTest")
|
||||
}
|
||||
|
||||
testClass<AbstractPullUpTest>() {
|
||||
|
||||
Reference in New Issue
Block a user