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-54.cs
blob
faf331eaf5b8ea33490415ee82becf34998af715
1
// CS1525: Unexpected symbol `}'
2
// Line: 8
3
4
class
MainClass
5
{
6
public string
Test
()
7
{
8
return true
?
"Hello"
:
9
}
10
}