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
[configure] Add new target.
[mono-project.git]
/
mcs
/
tests
/
test-354.cs
blob
c648814beb16912bfdf3efefdb90df2f5d4600e7
1
class
MYAttr
:
System
.
Attribute
{
2
}
3
4
[
MYAttr
]
5
partial class
A
{
6
public static void
Main
() {
7
}
8
}
9
10
partial class
A
{
11
int
i
;
12
}