Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
IntroduceLambdaAndCreateBlock.kt
blob: d23762a8e91e0ca6abf5dc7fac6d4b184be12596 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
p
:
Int
,
list
:
List
<
Int
>)
{
if
(
p
>
0
)
list
.
filter
<selection>
{
it
>
0
}</
selection
>
}