Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
242
Fixed in build
250
  • Submitted by   Maxim A. Babenko
    3 years ago (06 Aug 2006 17:29)
  • Updated by Maxim A. Babenko
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25262
    (history, comments)

RSRP-25262

'Add using' tooltip

0
class C<T>
{
  public static readonly C<T> INSTANCE = new C<T>();
}

class CC
{
  void foo()
  {
    object o = C.INSTANCE;
  }
}

No tooltip should be displayed for this (erroneous) code.

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