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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0619-8.cs
blob
f6b5cb21c45fc50fdae9d1ebb091bfcca99b9351
1
// cs0619-8.cs: `ObsoleteStruct' is obsolete: `Obsolete struct'
2
// Line: 7
3
// Compiler options: -reference:CS0619-8-lib.dll
4
5
interface
I
6
{
7
int
Foo
(
int
arg1
,
ObsoleteStruct arg2
);
8
}