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
/
cs8036.cs
blob
68317ac06650189872c4312378c157830c6483a9
1
// CS8036: Only one part of a partial type can declare primary constructor parameters
2
// Line: 8
3
// Compiler options: -langversion:experimental
4
5
partial class
Part
(
int
arg
)
6
{
7
}
8
9
partial class
Part
(
int
arg
)
10
{
11
}