Priority
Major
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
500
  • Submitted by   Olga Lobacheva
    2 years ago (03 Apr 2007 16:20)
  • Updated by Olga Lobacheva
    2 years ago (20 Jun 2007 20:42)
  • Jira: RSRP-38343
    (history, comments)

RSRP-38343

__UNKNOWN_TYPE__ is shown in some places

0
Press ctr-P here and see strange text: (int x, __UNKNOWN_TYPE__ ???)
and highlighted error here says that "Argument type 'int' is not assignable to parameter type '__UNKNOWN_TYPE__' ".

It will be better to see for example : (int x, unknown)
And the message smth about: "Signature of method Foo(int x, unknown) is not completed".


public class Bar
{
  public void Foo(int x, ){}
  public void Test()
  {
     Foo(1, 2{caret});
  }
}


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments