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
add comment
[mcs.git]
/
tests
/
gtest-144.cs
blob
8b2a166638304a0775a8b14bc103e5fdba31f5b9
1
using
System
;
2
3
namespace
Test
4
{
5
public class
Application
6
{
7
public static void
Main
()
8
{
9
string
[]
array
=
new string
[
10
];
10
11
System
.
Collections
.
Generic
.
IEnumerable
<
string
>
enumer
=
array
;
12
}
13
}
14
}