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-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1012.cs
blob
61e65b63a880287ae56122faebf122e7eb3806ca
1
// cs1012: Too many characters in character literal
2
// Line: 5
3
4
class
x
{
5
char
x
=
'xx'
;
6
}