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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1010-3.cs
blob
bec6f3d2f7bbbf663e85b2c69096a3f7000744d7
1
// CS1010 : Newline in constant
2
// Line: 8
3
4
class
C
5
{
6
static void
Main
()
7
{
8
var
a
=
1
'
9
int i = 2;
10
}
11
}