KT-4913 Smart completion should work after '!'

#KT-4913 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-07-23 14:58:15 +02:00
parent 19999e6879
commit 32dbed602a
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,6 @@
fun foo(p1: Boolean, p2: String) {
if (!<caret>)
}
// EXIST: p1
// ABSENT: p2