KT-4913 Smart completion should work after '!'
#KT-4913 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(p1: Boolean, p2: String) {
|
||||
if (!<caret>)
|
||||
}
|
||||
|
||||
// EXIST: p1
|
||||
// ABSENT: p2
|
||||
Reference in New Issue
Block a user