FIR Completion: Prevent immediate completion in number literals

- This is copied from the original KotlinCompletionContributor
This commit is contained in:
Roman Golyshev
2020-07-28 19:10:39 +03:00
parent d86c14243e
commit 64187b40c9
5 changed files with 58 additions and 0 deletions
@@ -0,0 +1,5 @@
fun test() {
3<caret>
}
// NOTHING_ELSE
@@ -0,0 +1,6 @@
fun test() {
3.<caret>
}
// INVOCATION_COUNT: 0
// NOTHING_ELSE