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
/
CS0619-33-lib.cs
blob
a1d1594747ca38c3248c1069036abad4a16da1b7
1
public class
Error
2
{
3
[
System
.
ObsoleteAttribute
(
"Obsolete method"
,
true
)]
4
public void
Report
(
string
arg
) {}
5
}