r7312@daniel-notebook (orig r3343): daniel | 2008-08-14 10:45:11 +0200
Fixed SD2-1401: Code completion fails for object initializers used in field initializers
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
@ -1812,6 +1812,9 @@ class TestClass {
@@ -1812,6 +1812,9 @@ class TestClass {
};
}
Pointfield=newPoint{
};
}
publicclassPoint
{
@ -1854,6 +1857,9 @@ public class MyCollectionType : System.Collections.IEnumerable
@@ -1854,6 +1857,9 @@ public class MyCollectionType : System.Collections.IEnumerable
@ -1874,6 +1880,10 @@ public class MyCollectionType : System.Collections.IEnumerable
@@ -1874,6 +1880,10 @@ public class MyCollectionType : System.Collections.IEnumerable