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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-777.cs
blob
3c1c7844fff4bb8f803da075b011ad8342bd3a0d
1
public class
MediaStore
2
{
3
class
Thing
4
{
5
public interface
AudioColumns
:
MediaStore
.
MediaColumns
6
{
7
}
8
}
9
10
public interface
MediaColumns
11
{
12
}
13
14
public static void
Main
()
15
{
16
}
17
}