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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs8183.cs
blob
f9e9004b73775f769ba892c8593e9786ee2ecfba
1
// CS8183: Cannot infer the type of implicitly-typed discard
2
// Line: 9
3
// Compiler options: -langversion:7.2
4
5
class
X
6
{
7
public static void
Main
()
8
{
9
_
=
default
;
10
}
11
}