Fix autopopup completion with irrelevant variants after typing 'f' suffix for float number
#KT-4312 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val Int.f: Float get() = this.toFloat()
|
||||
|
||||
val test = 1.<caret>
|
||||
|
||||
// EXIST: f
|
||||
Reference in New Issue
Block a user