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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
gtest-580.cs
blob
5c483ab966ac348d40ba82bed58a4146a1acfcc6
1
// Parser tests for contextual where
2
3
namespace
WhereProblems
4
{
5
class
MyClass
<
where
>
{ }
6
interface
MyInterface
<
where
>
{ }
7
struct
MyStruct
<
where
>
{ }
8
9
class
Classes
10
{
11
class
where { }
12
class
DER17
:
where { }
13
14
public static void
Main
()
15
{
16
}
17
}
18
}