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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0122-21.cs
blob
bddefe5b996dfa4727b7041d6e22cb11fa95dc46
1
// cs0122-21.cs: `Const.Version' is inaccessible due to its protection level
2
// Line: 6
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyVersion
(
Const
.
Version
)]
7
8
class
Const
9
{
10
const string
Version
=
"0.1"
;
11
}