repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
[mcs.git]
/
tests
/
test-700.cs
blob
1006bdd47e4737f6e78ff418fda5377f5259bb76
1
using
System
;
2
3
class
FooAttribute
:
Attribute
4
{
5
6
public
FooAttribute
(
string
f
)
7
{
8
}
9
}
10
11
[
Foo
(
Bar
)]
12
class
Test
13
{
14
15
const string
Bar
=
"Bar"
;
16
}
17
18
class
Program
19
{
20
21
static void
Main
()
22
{
23
}
24
}