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
/
cs1644-51.cs
blob
0cc61504e6f29a450b51af10a55dbf3a9a802bc4
1
// CS1644: Feature `throw expression' cannot be used because it is not part of the C# 6.0 language specification
2
// Line: 5
3
// Compiler options: -langversion:6
4
5
static class
Class
6
{
7
int
Prop
=>
throw null
;
8
}