Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
invertIfCondition
/
notIn.kt.after
blob: f22de52c951e36bf705a1b1abe040b82ca036b10 [
file
] [
log
] [
blame
]
fun foo
(
p
:
Int
)
{
if
(
p
in
1.
.
10
)
return
}