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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1525-24.cs
blob
c481178c31afe7c29c959a123da1099a68656aa0
1
// CS1525: Unexpected symbol `{', expecting `base' or `this'
2
// Line: 5
3
4
class
X
{
5
X
() : {
6
}
7
8
static void
Main
() {}
9
}