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
[loader] LoadFrom of problematic images should reprobe
[mono-project.git]
/
mcs
/
errors
/
cs1644-58.cs
blob
e994cf338bddda5f3b3b14c348fe7857391b36f0
1
// CS1644: Feature `default literal' cannot be used because it is not part of the C# 7.0 language specification
2
// Line: 7
3
// Compiler options: -langversion:7
4
5
class
X
6
{
7
int
i
=
default
;
8
}