@ -4579,6 +4579,24 @@ class MainClass
@@ -4579,6 +4579,24 @@ class MainClass
Assert.IsNotNull(provider.Find("Math"),"'Math' not found.");
}
[Ignore("Mcs bug")]
[Test()]
publicvoidTestConditionalExpression()
{
CompletionDataListprovider=CreateProvider(
@"using System;
classMainClass
{
publicstaticvoidMain(string[]args)
{
inta;
$a=true?System.$
}
}
");
Assert.IsNotNull(provider.Find("Math"),"'Math' not found.");
}
/// <summary>
/// Bug 3655 - Autocompletion does not work for the assembly attribute [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MyExternalAssembly")]