|
|
|
|
@ -186,7 +186,7 @@ class B {
@@ -186,7 +186,7 @@ class B {
|
|
|
|
|
Assert.AreEqual("System.Collections.Generic.List.Add", result.Member.FullName); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test, Ignore("Parser returns incorrect positions")] |
|
|
|
|
[Test] |
|
|
|
|
public void DictionaryInitializerTest() |
|
|
|
|
{ |
|
|
|
|
string program = @"using System.Collections.Generic;
|
|
|
|
|
|