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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-341.cs
blob
6605a1466b5f7c5f48c52bbb26d2a4e4cc11c0a0
1
// Compiler options: -r:gtest-341-lib.dll
2
3
using
System
;
4
5
public class
C
:
IA
6
{
7
public int
GetLength
()
8
{
9
return
0
;
10
}
11
}
12
13
public class
Tests
14
{
15
public static void
Main
()
16
{
17
}
18
}