Files
kotlin-fork/idea/testData/intentions/invertIfCondition/notIs.kt.after
T
2016-06-17 18:09:07 +03:00

4 lines
56 B
Plaintext
Vendored

fun f(p: Any) {
if (p is String) return
//TODO
}