FIR Completion: Prevent immediate completion in number literals
- This is copied from the original KotlinCompletionContributor
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
3<caret>
|
||||
}
|
||||
|
||||
// NOTHING_ELSE
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
3.<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user