Unwrap: function parameter (KT-14788)
#KT-14788 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
6838873a93
commit
c1f43558b9
@@ -374,6 +374,7 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/unwrapAndRemove/unwrapFinally", testMethod = "doTestFinallyUnwrapper")
|
||||
model("codeInsight/unwrapAndRemove/removeFinally", testMethod = "doTestFinallyRemover")
|
||||
model("codeInsight/unwrapAndRemove/unwrapLambda", testMethod = "doTestLambdaUnwrapper")
|
||||
model("codeInsight/unwrapAndRemove/unwrapFunctionParameter", testMethod = "doTestFunctionParameterUnwrapper")
|
||||
}
|
||||
|
||||
testClass<AbstractExpressionTypeTest> {
|
||||
|
||||
Reference in New Issue
Block a user