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
2009-11-20 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs0027-4.cs
blob
cae5dc9212849e9f4bf194204eb28e00cd858fae
1
// CS0027: Keyword `this' is not available in the current context
2
// Line: 6
3
4
class
Program
5
{
6
const object
y
=
this
;
7
}