KT-2128 Code completion after number with dot - don't complete on '.' only in ".."
#KT-2128 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
for (i in 12.<caret>) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user