repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-530.cs
blob
66fbde75e50afc14aa5873b7b6c1f5c2d4b961c8
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
public static void
Main
() {
9
}
10
}