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
* MSBuild.cs (Execute): Don't share target output items,
[mcs.git]
/
errors
/
cs1525-14.cs
blob
03f54690d4137820516b77f1640e8ebc4cfe286e
1
// CS1525: Unexpected symbol `=', expecting `.', or `['
2
// Line: 8
3
4
class
DerivedClass
5
{
6
public
DerivedClass
()
7
{
8
base
=
null
;
9
}
10
}
11