Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03Make Main method publicMarek Safar
2005-01-13In mcs:Raja R Harinath
Fix test-335.cs (bug #58126). * cs-parser.jay (argument): Split out non-expression parts of the rule into 'non_simple_argument'. (invocation_expression): Support parenthesized invocations with multiple arguments, and with single non-simple arguments. In tests: * test-335.cs: New test, from #58126. svn path=/trunk/mcs/; revision=38865