Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
RemoveLambdaParameterAfter.kt
blob: f1bbc0e0051dd4c5fb47c1c0c545bfb8daf140aa [
file
] [
log
] [
blame
]
fun foo
(
x
:
Int
,
y
:
Int
):
Int
{
return
x
+
cl
()
}
fun bar
()
{
foo
(
1
,
2
)
}