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
/
cs1525-4.cs
blob
a1e921b81e043cbcea9dfd351b3483ad2c59681e
1
// CS1525: Unexpected symbol `text'
2
// Line: 8
3
4
class
MainClass
5
{
6
static void
Main
()
7
{
8
System
.
Console
.
WriteLine
((
true
?
""
:
""
)
"text"
);
9
}
10
}
11