Reporter | Valentin Kipiatkov (valentin) |
---|---|
Created | Oct 30, 2009 10:57:31 PM |
Updated | Jul 13, 2011 2:01:07 AM |
Resolved | Jul 12, 2011 10:21:09 PM |
Priority | Major |
Type | Bug |
Fix versions | 6.0 |
State | Fixed |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | Code Completion |
Affected versions | No Affected versions |
Fixed in build | 6.1.0.1381 |
class A{} class B{} static void Foo(A a) { B b = a. if (a.F() == 1) return; }
Invoke smart completion after "a.". It inserts "F()". That's confusing and incorrect.