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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs0246-3.cs
blob
82e7492789592d96965c90175bd2533ef8005cf2
1
// CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
2
// Line: 5
3
4
interface
A
{
5
ErrorType
Method
();
6
}