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-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0658-2.cs
blob
4543883f1bbe016c633790d395238e94fcb71e27
1
// CS0658: `class' is invalid attribute target. All attributes in this attribute section will be ignored
2
// Line : 8
3
// Compiler options: -warnaserror -warn:1
4
5
using
System
;
6
7
[
class
:
Serializable
]
8
public class
C
9
{
10
public static void
Main
() {}
11
}