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
/
cs1597.cs
blob
d9b368b937724e2ddd027f578658cfb7c56f6545
1
// CS1597: Semicolon after method or accessor block is not valid
2
// Line: 10
3
4
class
C
5
{
6
public int
Foo
7
{
8
get
9
{
10
};
11
}
12
}