mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GuessManagerImpl: box values on fast-path; disable DFA on primitive types at all
Fixes IDEA-189340 Does not show Number methods during auto completion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
Number x = 10;
|
||||
return x.lon<caret>
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
Number x = 10;
|
||||
return x.longValue()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user