Fixed KT-6408 Completion auto-popup prevents smooth typing of "!in"
#KT-6408 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(v: String) {
|
||||
if (v !<caret>)
|
||||
}
|
||||
|
||||
// EXIST: in
|
||||
// EXIST: is
|
||||
Reference in New Issue
Block a user