[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-656.cs
blob45c20b625ea3757d5c95973a3cc57d1fb3a33c9a
1 // Compiler options: -r:test-656-lib.dll;
3 // Trailing semicolon is part of the test
5 class Goo
7 public static void Main ()
9 string s = new Foo () ["foo"];