repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-01-24 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-530.cs
blob
a69661c0dadc2d2d76c70694aa8bb27fa0eaf1c0
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
) {
7
}
8
static void
Main
() {
9
}
10
}