Introduce Parameter: Initial support

This commit is contained in:
Alexey Sedunov
2015-04-03 17:32:39 +03:00
parent 06960be3ad
commit 53a6827ad8
30 changed files with 711 additions and 13 deletions
@@ -676,6 +676,7 @@ fun main(args: Array<String>) {
model("refactoring/introduceVariable", extension = "kt", testMethod = "doIntroduceVariableTest")
model("refactoring/extractFunction", extension = "kt", testMethod = "doExtractFunctionTest")
model("refactoring/introduceProperty", extension = "kt", testMethod = "doIntroducePropertyTest")
model("refactoring/introduceParameter", extension = "kt", testMethod = "doIntroduceParameterTest")
}
testClass(javaClass<AbstractSelectExpressionForDebuggerTest>()) {