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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs8050.cs
blob
2f4b88bfc2a6dc0f625b3e15a36750d59ff6d2f3
1
// CS8050: `C.P': Only auto-implemented properties can have initializers
2
// Line: 6
3
4
abstract class
C
5
{
6
public abstract int
P { get; }
=
4
;
7
}