Files
kotlin-fork/idea/testData/intentions/invertIfCondition/notIn.kt.after
T
2016-08-16 17:37:55 +03:00

3 lines
46 B
Plaintext
Vendored

fun foo(p: Int) {
if (p in 1..10) return
}