Change Signature: move lambda outside of parentheses if the arguments are reordered so that the lambda goes last

#KT-30128 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-27 00:08:23 +09:00
committed by klunnii
parent 912fd556e5
commit 82d81d5223
4 changed files with 23 additions and 0 deletions
@@ -1618,4 +1618,6 @@ class KotlinChangeSignatureTest : KotlinLightCodeInsightFixtureTestCase() {
addParameter(parameterInfo)
}
}
fun testMoveLambdaParameterToLast() = doTest { swapParameters(0, 1) }
}