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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1591-2.cs
blob
f91cc56db7c80f73ffcadc191f84db4d862503b5
1
// CS1591: Missing XML comment for publicly visible type or member `Testing.InterfaceTest'
2
// Line: 9
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:4
4
5
using
System
;
6
7
namespace
Testing
8
{
9
public interface
InterfaceTest
10
{
11
}
12
}