GenericParameter.cs: override Module properly
[mcs.git] / tests / test-530.cs
bloba69661c0dadc2d2d76c70694aa8bb27fa0eaf1c0
1 //
2 // Use of the \uXXXX sequence in identifiers
3 // Fixes #52019, #79064
4 //
5 class X {
6 static void e(params object[] args\u03c4) {
8 static void Main () {