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-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1018-2.cs
blob
5a9ecbad7bd3e0aca89aacb99cba0305c89ca082
1
// CS1018: Keyword `this' or `base' expected
2
// Line: 7
3
4
class
Bar
5
{
6
Bar
(
int
a
)
7
:
super
()
8
{
9
}
10
}