blob: 2b4af5d15dd152448d6d4638ab2f8a5f017a5c3b [file] [log] [blame]
fun foo(p1: Boolean, p2: String) {
if (!<caret>)
}
// EXIST: p1
// ABSENT: p2