|
Project
|
ReSharper
|
|
Priority
|
Critical |
|
Type
|
Bug |
|
Fix versions
|
5.1 |
|
State
|
Can't Reproduce |
|
Assignee
|
Olga Lobacheva |
|
Subsystem
|
PSI |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
using System;
using System.Collections;
class C
{
static void Main()
{
Foo<ulong>(x:1, y:1);
}
static void Foo<T>(long? x, T y, int z = 0)
{
Console.WriteLine(1);
}
static void Foo<T>(long? x, ulong y, long t = 1)
{
Console.WriteLine(2);
}
}
|
|
||
|
Related Changes
Resolved Date
2 years ago (10 Feb 2010 22:08)
State
Open→
Can't Reproduce
|
|||