Fix autopopup completion with irrelevant variants after typing 'f' suffix for float number
#KT-4312 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
val some = 1
|
||||
val f = 1.0f
|
||||
som<caret>
|
||||
}
|
||||
|
||||
// EXIST: some
|
||||
Reference in New Issue
Block a user