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:
committed by
klunnii
parent
912fd556e5
commit
82d81d5223
+2
@@ -1618,4 +1618,6 @@ class KotlinChangeSignatureTest : KotlinLightCodeInsightFixtureTestCase() {
|
||||
addParameter(parameterInfo)
|
||||
}
|
||||
}
|
||||
|
||||
fun testMoveLambdaParameterToLast() = doTest { swapParameters(0, 1) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user