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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs1056.cs
blob
71c14eb0a0f08a2fb2ec3c1bc133a585d7675bcd
1
// CS1056: Unexpected character `$'
2
// Line: 8
3
4
public class
C
5
{
6
void
Update
()
7
{
8
int
a
= $
7
;
9
}
10
}