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-762.cs
blob
24cc3d66dfa52f9b5f5f595fee424379c89bccbc
1
using
System
;
2
using
N1
;
3
using
N2
;
4
5
namespace
N1
.
Derived
{
6
class
Dummy
{}
7
}
8
9
namespace
N2
.
Derived
{
10
class
Dummy
{}
11
}
12
13
public class
DerivedAttribute
:
Attribute
{
14
}
15
16
[
Derived
()]
17
class
T
{
18
public static void
Main
() {}
19
}