repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs1002.cs
blob
79909aa67b4ef047fadd8a9f10d22080ae208615
1
// cs1002.cs: Expecting `;'
2
// Line: 8
3
4
class
T
{
5
void
member
()
6
{
7
int
a
=
1
|
2
8
int
b
;
9
}
10
}