History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-23090
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Olga Lobacheva
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Nullable conversions problem

Created: 06 Aug 06 15:20   Updated: 29 Jan 08 17:17
Component/s: Code Analysis
Fix Version/s: Mirabilie Futurum
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 236
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=23090


 Description  « Hide
struct T {}

struct O
{
public static implicit operator T?(O s) { return new T(); }
}

public class Y
{
public void M()

{ O? o1 = null; T? t6 = o1; }

}

It is well compiled but not corresponds C# spec.
See highlighinng test Nullable09.cs



 All   Comments   Work Log   Change History      Sort Order:
Eugene Pasynkov - 30 May 07 15:37
To check with CSC 9.0