| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
2.0.1
|
| Fixed in build |
Next build |
| Build |
242
|
| Fixed in build |
250
|
RSRP-25262 |
'Add using' tooltip |
|
|
class C<T>
{
public static readonly C<T> INSTANCE = new C<T>();
}
class CC
{
void foo()
{
object o = C.INSTANCE;
}
}