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
/
gtest-350.cs
blob
21550290a094223603469668314dce9df9864ad5
1
using
x
=
System
;
2
3
abstract class
Foo
<
T
> :
x
::
IEquatable
<
T
>
4
{
5
public abstract bool
Equals
(
T x
);
6
}
7
8
public class
C
9
{
10
public static void
Main
()
11
{
12
}
13
}